I need a code for allready running.
1 running
Collapse
X
-
Originally posted by patr0805I need a code for allready running.
Explain your Question to get right answer. -
Originally posted by patr0805I need a code, so my vb.net application can detect if it allready running and if it allready running then the application will close
[CODE=vb]If App.PrevInstanc e Then End[/CODE]Comment
Comment