If a smart device project is set to target CF 2.0, Windows CE 5.0, should this same application run on Windows Mobile 6 with CF 3.5 installed?
I have a Windows Mobile program that accesses an attached device through a third-party DLL.Each call to the device can take an unknown length of time, so each call includes a timeout property.If the c
In MSDN documentation, many .NET classes metho开发者_如何学运维ds (like ArrayList ) mentioned that \"Supported by the .NET Compact Framework\".
I am developing windows mobile application using with .NET CF 2.0 I want to disabling the End Call \'Key\'. when my application running,
I need a component that will allow me to enter a signature on a Windows Mobile 5 device. I need to integrate it into my .NETCF开发者_运维问答 program.I would prefer it be free (getting budget approva
i want to have a time stamp for logs on a Windows Mobile project. The accuracy must be in the range a hundred milliseconds at least.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have developed a application that run on a开发者_运维问答 device with Wince 5.0. I make web service calls using WLAN. The application works fine if the app server is with the LAN.
I want to have my own progress bar in .net compact framework, instead of default wait cursor. I have tried with a form, having only a progress bar, and showing and hiding the form when I want to show
In .NET Compact Framework a device can have several IP Addresses.I want to find one that is NOT coming from the Cellular connection. Goal is for WiFi or Ethernet connection.