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?
In that case, all you need is this:
VB Code:
  1. 'Put this in the load event
  2. If App.PrevInstance Then Unload Me