Page 1 of 1

Only one copy of app running

PostPosted: Mon Mar 28, 2011 11:59 pm
by Henning
Hi,

In VB I can write:
Code: Select all
  If App.PrevInstance = True Then
     MsgBox "Already running...."
     Unload Me
     Exit Sub
  End If


In the StartUp Forms load event. If not already available, it would be a useful feature.

/Henning

Re: Only one copy of app running

PostPosted: Wed Jan 01, 2014 1:04 am
by kg9316
agree