In VB 6.0 how do I Check for A running Application??
Visual Basic
2
Posts
2
Posters
1
Views
1
Watching
-
Good day all:) I was wondering if someone could help with this. I need to find a way of of checking to see that if my application that I built is currently running? Any information would be a great help. Thanks.
If you want to see if there is already a copy of the same application running then you use:
App.PrevInstance
Looking for an instance of ANOTHER application is a bit trickier but you can do it looking for window titles.