| Thread | Last Post | Replies |
|
| Device won't idle time out when my app is running | 08 Nov 2007 15:25 GMT | 11 |
Hello again, I have a small app which reads data from a serial port periodically, and sends it over the network. I'm running it on Windows Mobile 5 with .NET 2.0, compiled with the VS2008 beta.
|
| naming subdirectory in cab project | 08 Nov 2007 10:08 GMT | 4 |
I need to deploy a settings file in a subdir of the special directory My Documents. I want the name of that subdir to be the name of the application. How can I do that? For example. The name of the application is TestSettings.exe and the
|
| Why Use .NET CF Instead Of Unmanaged Code | 08 Nov 2007 06:26 GMT | 6 |
We'll be developing a real-time embedded app at my office running under CE. Since I'm quite used to using desktop .NET, my thinking was to use .NET CF, with unmanaged DLLs to do the real-time work. However, I was talking to a coworker who's experienced at using .NET
|
| Converting InTheHand SmsMessage to Microsoft SmsMessage | 08 Nov 2007 01:48 GMT | 2 |
I would like to convert a InTheHand.WindowsMobile.PocketOutlook.SmsMessage to a Microsoft.WindowsMobile.PocketOutlook.SmsMessage. For example public static Microsoft.WindowsMobile.PocketOutlook.SmsMessage
|
| Passing parameters to .NET smart device application | 07 Nov 2007 00:46 GMT | 5 |
I have this windows forms device application in VB .NET, and need to pass a command line parameter to it, since it is going to be called by another application under some circunstances. I've learned that it is not possible, and one solution is to create a new C++ console ...
|
| Ping under Compact Framework | 06 Nov 2007 23:57 GMT | 7 |
How can I make a ping in Visual Basic under Compact Framework for Pcket PC Windows CE 5 ? How can I retrieve current IP address (Wifi connection) ? Thanks,
|
| ActiveSync connection Dialogue | 06 Nov 2007 22:32 GMT | 3 |
Does anyone know of a method of disabling the Activesync connection dialogue on the terminal(wince5) when the unit is placed into the cradle.
|
| Silver light Plugins for PDA | 06 Nov 2007 04:12 GMT | 2 |
Hi, I required to run silver light application on Pocket PC WM5. Do anyone have information about silver light plugins required for PDA/ WM5?
|
| Updating registry keys in Windows mobile 5.0 | 05 Nov 2007 23:03 GMT | 1 |
I'm using ppc_installation_creator_1.8 to create a CAB file. By this I'm able to edit the registry settings. But the key value is not getting updated for the path similar to HKEY_LOCAL_MACHINE\Software\Microsoft\Today\Items\"Device Lock"
|
| Problem uploading a file | 05 Nov 2007 20:28 GMT | 1 |
On my server, I have these 2 pages: upload.html ----------- <form name="form1" method="post" action="upload.php"
|
| How to prevent emulator from launching? | 05 Nov 2007 12:23 GMT | 4 |
I've used the Pocket PC 2003 emulator once in my project and since then the emulator launches everytime I debug my program even though I use a real device. How do I prevent the emulator from launching? Thanks,
|
| How to invoke menu item with SendMessage? | 05 Nov 2007 12:09 GMT | 4 |
I thought it would be a simple matter to SendMessage(hWnd, WM_COMMAND, commandId, lParam), where hWnd is the form window handle and lParam is 0. (Surprise... it doesn't work on a WM5 PPC.) Using CESpy, I can see that for real menu clicks, lParam is set to the
|
| ANN: New Article: Using GDI+ on Windows Mobile | 04 Nov 2007 06:03 GMT | 3 |
We've published a new article on the OpenNETCF Community Site. Alex Feinman covers how to use GDI+ in your Windows Mobile managed applications. In case you missed them, our other recently published articles include:
|
| System.NotSupportedException was unhandled | 02 Nov 2007 20:34 GMT | 1 |
My application was running till last monday... Now suddenly i am getting the following exception... System.NotSupportedException was unhandled Message="System.Drawing.Bitmap"
|
| Form close event | 02 Nov 2007 13:13 GMT | 1 |
How do I trap the event when the user clicks on the X to close the application ? Which is the event to trap ? Also by default does the application goes in background and OS manages to bring to foreground when launched again ?
|