vbud
Dec 3rd, 2006, 10:27 PM
Hi all,
I have an application built in C# on .Net Compact Framework 2.0. I want to prevent my app to run in a second instance. Basically I need to prevent any other instance of the app to load, like what was used to be done in vb6 with App.PrevInstance. I've found that Mutex or even loop through the process list could seems that this is not possible on .Net CF. Can anyone please help.
Thanks
I have an application built in C# on .Net Compact Framework 2.0. I want to prevent my app to run in a second instance. Basically I need to prevent any other instance of the app to load, like what was used to be done in vb6 with App.PrevInstance. I've found that Mutex or even loop through the process list could seems that this is not possible on .Net CF. Can anyone please help.
Thanks