mpappert
Well-known member
Hey Everyone!
I want to prevent users from creating multiple instances of my application, instead have it set focus to the original instance (in VB6 you could use the App.PrevInstance method, as shown in the the MS article below).
MS Knowledge Base Article :: Q185730
Is there a .NET equivilent?
Thanks!
M.
I want to prevent users from creating multiple instances of my application, instead have it set focus to the original instance (in VB6 you could use the App.PrevInstance method, as shown in the the MS article below).
MS Knowledge Base Article :: Q185730
Is there a .NET equivilent?
Thanks!
M.