Checking PreInstance

goodmorningsky

Well-known member
Joined
Aug 18, 2003
Messages
172
How can I do this in .NET?
Code:
If App.PrevInstance = True Then
        MsgBox "Application is already running!", vbExclamation, "User Input Error"
        End
    End If
 
[mshelp=ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vbcon/html/vbconPrevInstancePropertyChangesInVisualBasicNET.htm]Click the little arrow next to me -->[/mshelp]
 
Last edited by a moderator:
Back
Top