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

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -