avoid open an opend application

  • Thread starter Thread starter Sam
  • Start date Start date
Not sure what you are asking. Are you building a button on a form to open
an application and you want to jump to the active one if there is already an
instance of the application? You are using MS Access, right?
 
You would have to use that api code, and in your startup, check if the
appcation is running, and then quit.....

So, in effect, a 2nd copy would try and run...but you would not let it get
very far.....
 
Back
Top