> Hi, I wrote an app in .Net and I whant only 1 instance of this app open for
> the user; the user open my app, do some works and try to open another
> instance of my app, I whant to show a message to user to inform hmi only one
> instance is permit and close the second instance after that.
See http://www.pobox.com/~skeet/csharp/faq/#one.application.instance

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Michel - 13 Mar 2006 19:40 GMT
Thank you Jon, I will try it ....
Michel
> > Hi, I wrote an app in .Net and I whant only 1 instance of this app open for
> > the user; the user open my app, do some works and try to open another
> > instance of my app, I whant to show a message to user to inform hmi only one
> > instance is permit and close the second instance after that.
>
> See http://www.pobox.com/~skeet/csharp/faq/#one.application.instance