G
Guest
Hi all
I am using dotNet 2003 to develop my application
I prevent my app should run only one instance per time by using GetProcessesByName() function to check instance. But I found problem with Win2K Chinese Version when running the app that has checked instance before normally run the app. The error throw an InvalidOperationException to my app
I have try with my computer (WinXP) but no problem occur
How should I do with this situation or you have any solution for me to check the instance to avoid to use GetProcessesByName() function
Thanks
KP
I am using dotNet 2003 to develop my application
I prevent my app should run only one instance per time by using GetProcessesByName() function to check instance. But I found problem with Win2K Chinese Version when running the app that has checked instance before normally run the app. The error throw an InvalidOperationException to my app
I have try with my computer (WinXP) but no problem occur
How should I do with this situation or you have any solution for me to check the instance to avoid to use GetProcessesByName() function
Thanks
KP