How can I use the
App.previnstance
function ????
( I know it's easy but I've forget.. )
Printable View
How can I use the
App.previnstance
function ????
( I know it's easy but I've forget.. )
Code:' See if there is already and instance.
If App.PrevInstance Then
' Activate the previous instance
AppActivate App.Title
' Terminate the new instance
Unload Me
End If