I have created an exe using VB. i want only one instance of the application to run at a given point. but by default all exe's created in VB can always have more than one instance. i.e
double click on the exe file an instance is created.
while the exe is running if i double click on the exe file again a new instance is created. i want the original instance to automatically popup (like dreamweaver, adobe)
double click on the exe file an instance is created.
while the exe is running if i double click on the exe file again a new instance is created. i want the original instance to automatically popup (like dreamweaver, adobe)