How to limit the exe program.. so it can only be open once..

L

losmac

This is Access ng, not vb!
But...
Use CreateMutex Windows API function or App.PrevInstance.
 
Top