Single instance applications in Windows CE
Filed in C#, Compact Framework on Jul.13, 2009
I programmed a Windows CE application last month that had as a requirement that only one instance could run at the same time. Had it been Windows Mobile, this had been handled by the OS, but on Windows CE you have to take care of this yourself.
I was a bit surprised that there is no [...]
