Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > may 2004 > threads for wednesday may 19

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Problem with xp_cmdshell
Posted by Tomer at 5/19/2004 9:24:22 PM
Hi, I'm running a DTS from a stored procedure, using xp_xmdshell and running DtsRun.exe. The Dts runs a process (application) that send a report to the printer (spooler). I have a windows 2000 advanced server with Sql server 2000 developer edition. On this configuration everything works! Whe...more >>


Disabling the keyboard button in a ToolBar
Posted by AlaSoft at 5/19/2004 8:26:04 PM
For some reason I need to block the display of the keyboard button in a ToolBar (the button to the rigth with a keyboard icon, and drop menu with options: Letter Recognizer, Block Recognize, KeyBoard) It's very useful to input text in a dialog, but somtimes I want to prevent the display of it. Is ...more >>

PDA power off fuction
Posted by Borgard at 5/19/2004 7:21:02 PM
hi all Is there any native fuction in win ce.net 4.1 that power off PDA? I want to power off pda when the application is closed ...more >>

[OpenNETCF.Net] Get signal strength from AccessPoint
Posted by mielmonster at 5/19/2004 4:17:11 PM
Hello, first thank to all OpenNetCF contributors for your great framework. I've got a problem with the OpenNETCF.Net assembly. I would like to get the signal strength of all the accees points known by my Adapter but I don't how to do it. here's my code. do you have an idea ??? than...more >>

Loading a file on the compact framework saved from asp.net
Posted by BaXt0R at 5/19/2004 4:16:04 PM
I've created a file on an iis web server using asp.net which saves multiple structures into a file. When I try and read it in through the compact framework, it's not loading properly. The structures aren't being populated. I'm just wondering if it's a problem with the strings not being read as they ...more >>

book question
Posted by Sai at 5/19/2004 2:29:18 PM
Hi all, I have the book "Microsoft .Net Compact Framework" (core reference) by Andy Wigley and Stephen Wheelwright. I like this book and have used it heavily. I was considering purchasing "The definitive Guide to the .Net Compact Framework" by Larry Roof, Dan Fergus. The table of conte...more >>

Sending information to the PDA, Push style
Posted by trisco2001 NO[at]SPAM hotmail.com at 5/19/2004 1:34:41 PM
The problem I'm facing is that occasionally I have need to send information or commands to a PDA. So far I've been doing this with sockets and a daemon process that runs in the background politely waiting for the server to divvy out a command. The problem is: having a program constantly wait on ...more >>

best practise for application closing on Pocket pc
Posted by Rn at 5/19/2004 12:46:07 PM
Hi, Could anyone tell me what is considered best practise for closing (or hiding until next activation) an application on pocket pc? Thanks ...more >>



Keep Pocket PC on
Posted by Alien at 5/19/2004 12:40:19 PM
Hi, I have programmed a small timer program for PPC with compact framework and c#. I want to programatically set the option to leave the PPC turned on, so the timer can always finish before the battey saving setting turns the device off. Is there a way to do this? Thanks Holger ...more >>

OpenNETCF.Configuration.ConfigurationSettings changes in version 1.1
Posted by Enrico Pavesi at 5/19/2004 11:21:48 AM
After the new version install this class does not work as before. I have to store and read config information from XML file. How to do it with this new class? Thanks ...more >>

ObjectDisposedException after coming back from hibernate
Posted by Jon Skeet [C# MVP] at 5/19/2004 9:29:53 AM
Our app has blown up with the following exception (despite catch clauses in all "our" threads) when resuming from hibernation. I assume (from the stacktrace) that it was in the middle of sending a request when it went wrong. Any suggestions as to how to rectify this? Client.exe Object...more >>

C Dll Struct -> Vb.Net Structure
Posted by i.am NO[at]SPAM loosh.co.za at 5/19/2004 5:51:11 AM
Good day. I am developing a mobile application in Vb.Net 2003 that runs on a windows CE.Net mobile device. The device came with a whole bunch of c dll's from the manufacturers. I have the c header files (.h) and after much research, I learned that the function names in the actual dlls were "m...more >>

FieldOffset in SmartDevice project
Posted by Zsombi at 5/19/2004 5:01:06 AM
Hi all Is there anybody who tried to use the FieldOffset attribute in Compact Framework? I see the online help, and the Microsoft write "in Explicit type in StructLayout is supported by the .NET Compact Framework". And when I use it, it makes an exception "FieldOffset could not be found". It's ver...more >>

Auto start up app on soft reset
Posted by kathhawkes NO[at]SPAM hotmail.com at 5/19/2004 3:32:07 AM
Hi, I am writing an application for the XDA II (PPC 2003), and I'd like my application to automatically start up when the device soft resets. I've tried this in a couple of ways, but haven't yet got a solution. I can achieve it by putting a shortcut in the Windows/StartUp folder, but this i...more >>

Task manager
Posted by Gloomy at 5/19/2004 2:41:03 AM
Hi Now that I have a list of running processes I realize, that it's difficult to make a Task Manager application basing on it First, the process names are not the same thing that the applications titles Second, for exemple, when I have Contacts running, I see it as poutlook.exe (the same file ...more >>

How to power off PDA after closing the Program?
Posted by Muhwa at 5/19/2004 2:41:03 AM
Hi all~ I want to power off PDA after closing 'the Program' automatically. If i close 'the Program', The PDA is powered off automatically. How can i do that? On the contrary, I want to know how to open 'the Program' after powering on PDA automatically. ...more >>

C# creation of SQL CE databases
Posted by Den at 5/19/2004 1:21:03 AM
I am developing an app in C# on a PDA using SQL CE It is to use British date format : dd/mm/yyyy I am having problems with the comparison of dates between dates entered in the app and the database I can format the dates in C# and then format dates using convert in SQL and compare the two. Howev...more >>


DevelopmentNow Blog