visual studio - How to stop multiple instances of my program(windows form) opening at the same time in vb.net -
my program windows form, when built in visual studio, gives .exe file form. , when .exe file clicked multiple times, creates multiple instances of same form. programming done in 1 class only. how solve this? when program open, how stop opening form again when .exe file clicked again?
Comments
Post a Comment