How to limit just one C# application on windows xp?

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C# windows form application project, I built MyApp.exe and installed
on client's Windows XP.
Is it possilbe to limit just one MyApp.exe runnig on client's PC? And how?
Thanks for help.


Jason
 
You are correct Jon (just googled for a quick example :)) .. although simply
creating a class that has it as a private static variable would do the trick
as well.
 
Back
Top