In that case, all you need is this:Originally posted by noble
Megatron, how would you accomplish that as a single application?
Not using two different apps but just using one that finds out if
a previous instance is running and if it does send a message to
it saying something?
VB Code:
'Put this in the load event If App.PrevInstance Then Unload Me




Reply With Quote