I need to multiple instances of my application from executing. I read a prior thread and used their sample code:
If App.PrevInstance Then
Dim S As String
S = Caption
Caption = "Something else..."
AppActivate S
Unload Me
Else
'start program normally
End If
BUT, that did not work. Could someone please HELP!!!!
Thanks,
RR
If App.PrevInstance Then
Dim S As String
S = Caption
Caption = "Something else..."
AppActivate S
Unload Me
Else
'start program normally
End If
BUT, that did not work. Could someone please HELP!!!!
Thanks,
RR