How to run an application with only one instance on WinCE Platform ?
Hi,guys. Here is my qustion, how can i restrict an application to be run with only one instance on WinCE platform ?
I wrote an application for PDA,with WinCE 5.0 installed in. And i want to make it run with only one instance,it means,if the application is running ,another instance of it should not be started again.
I tried with some APIs,such as,FindWindowEx,CreateMutex,OpenMutex, but there are no 'kernerl32.dll' and 'user32.dll' files on the platform.