My HTC HD2 can't be rebooted from OS, just shut down. So I want to write a small program to do that.
Is it possible to programmatically reboot Windows Mobile 6.x device using C# (CF version makes no sense).
...
Hi,
Is there a ways to rebuild a c# .net CF application and deploy it in windows mobile emulator from the command-line?
This is required to create a bat file for automation.
I have taken a look at http://msdn.microsoft.com/en-us/library/aa188169(VS.90).aspx which mentions how to use the emulator from command line, but doesn't mention ...
Hi, I am creating an application for a Pocket PC 2003, using Visual Studio 2008 and Compact Framework 3.5. I want to add a button to the main menu bar (like the Back and Refresh buttons in Internet Explorer for Pocket PC).
I do know how to add textual menus and submenus, but I don't know how to make those menus graphical.
Thanks in adv...
I created a simple test that opens a connection of sqlce located on my Desktop P.C.
When i start Run the debug mode it throws me that it cant open the connection.
I use Pocket P.C 2003 EMULATOR
This is my Test Code on my Smart Device Application.
Connection string
private SqlCeConnection conn = new SqlCeConnection("Data Source=C:\\SDB...