D
Dan
Can anyone point me in the right direction to check if the application is
already running for a .NET CF 2.0 application?
Code for the regular .NET framework does not work because it uses
process.GetCurrentProcess.MainWindowHandle
which is not supported in the CF.
Dan
already running for a .NET CF 2.0 application?
Code for the regular .NET framework does not work because it uses
process.GetCurrentProcess.MainWindowHandle
which is not supported in the CF.
Dan