Home

Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS

Forums
Web Site
Software
gbCodeLib

Personal
Webcam
Biography
Contact Me

GBIC >> Source Code >> Visual Basic >> Snippet

Find prior instance of EXE


'VB has a built-in method to detect a prior instance of an application
If App.PrevInstance Then
    'there is a copy of the program already running
End If