M
Madhur Nagar
Hi guys
I am trying to call the Date Time Clock in a SmartPhone 2003 device.
The following code works perfectly for Pocket PC 2003
String progPath = "Clock.exe";
ProcessInfo pi = new ProcessInfo();
CreateProcess(progPath, "", pi);
However the problem is that there is no Clock.exe in SmartPhone 2003. Please
could someone tell me the name of the exe for SmartPhone so that I could use
the same. Any help would be really appreciated.
Thanks
Regards
Madhur
I am trying to call the Date Time Clock in a SmartPhone 2003 device.
The following code works perfectly for Pocket PC 2003
String progPath = "Clock.exe";
ProcessInfo pi = new ProcessInfo();
CreateProcess(progPath, "", pi);
However the problem is that there is no Clock.exe in SmartPhone 2003. Please
could someone tell me the name of the exe for SmartPhone so that I could use
the same. Any help would be really appreciated.
Thanks
Regards
Madhur