| Thread | Last Post | Replies |
|
| Terminating another process on the pocketpc | 03 Feb 2005 14:00 GMT | 2 |
I have to run another process on a pocket pc. But first I have to check that it's terminated (and stop it if not) so I can add some data to its database ready for it to process. I then have to start it running again from my application so the user can
|
| Bug in Directories.GetFiles? | 03 Feb 2005 13:32 GMT | 2 |
The following is a self calling function to search directories for an instance of a particular executable. VS .net 2003. On one pass through, Im getting an error DirectoryNotFoundException when the Directory.GetFiles(dir, "pocketvibrapro.exe") line is called.
|
| RichTextBox Control in .net Compact Framework | 03 Feb 2005 13:30 GMT | 2 |
Is anybody aware of a RichTextBox Control for the .net Compact Framework? Thanks, -Dave
|
| Threading problem | 03 Feb 2005 13:26 GMT | 2 |
I'm running a thread in my program which creates a form and call its show() method the form object is stored in a hash table. For some reason the form doesn't show up, but if I use ShowDialog() the form does show up but the method that the thread started doesn't finish untill
|
| Force a CF application to close | 03 Feb 2005 13:22 GMT | 6 |
I'm using the CreateMutex to ensure that only one instance of my vb.net CF for Windows CE application exists at one time. However, when it detects another instance attempting to open, the Application.Exit() will not close the application immediately. In the constructor of my main ...
|
| Handling file system of PPC by HTML/javascript | 03 Feb 2005 12:02 GMT | 7 |
How to create/delete/copy/modify file in PPC by an PIE Web page? Is it possible? Any code provided for doing that? Thanks
|
| ProcessMessages | 03 Feb 2005 11:11 GMT | 2 |
I've an endless loop that checks something, this loop runs in another thread. I need in this loop not to cause the rest of my application the freeze, something like processMessages function in vc++.
|
| Prevent of list view columns width change | 03 Feb 2005 11:00 GMT | 5 |
Is there any way to prevent changing listView control columns width? I have to hide some columns in listView, setting they width to 0, but some users could change their width and saw a column content. Thanks for any help! Kind regards Krzysztof Kazmierczak
|
| Cannot establish a connection; driving me crazy | 03 Feb 2005 09:29 GMT | 4 |
I've seen this error in this NG. Nowhere I found a solution for error: Error: Cannot establish a connection. Be sure the device is physically connected to the development computer. I have deployed succesfully an image, but I never could use emulation.
|
| Skin pocket pc, disable hardware buttons, disable start button | 03 Feb 2005 09:13 GMT | 1 |
I'm going to write an application that works as a "skin" on pocket pc. It needs to run at startup, then it have to cover everything on the screen, hiding most of functionalities. The user can access only some programs, from links inside the application, but not everything in the
|
| ping | 03 Feb 2005 08:29 GMT | 1 |
i use an Asus mypal and c# i would like to ping an ip adress thanks in advance
|
| OpenNETCF calllog error | 03 Feb 2005 08:28 GMT | 1 |
if the calllog is empty and i create a new calllog class OpenNETCF.Phone.CallLog cCallLog = new OpenNETCF.Phone.CallLog(); i get error seeking calllog exception why is that?
|
| Help:who knows how to uses the .dll in the designer folder under CF SDK | 03 Feb 2005 07:48 GMT | 1 |
I found there're some .dll such as System.CF.Design.dll under this folder, but I don't know how to use them. I guess it maybe use to design something. Who knows how to uses the library,please help me! Thank you forward!
|
| cab files with #if (!COMPACT) | 03 Feb 2005 01:41 GMT | 3 |
My app uses C# classes that are shared with other apps that are Full Framework. Therefore, I have several places where I have #if (!COMPACT) in order to allow for methods and variables for the full framework. It works fine when I am in debug, but it will not allow me to even ...
|
| Copy file to emulator | 03 Feb 2005 01:19 GMT | 1 |
Hi, the device I've been working with is going back to the owner. I've been unable to find how to copy files from Windows XP (develoment machine) to the "Windows CE .Net Emulator". Is it possible, and if so how? Thanks, Graeme.
|