I have written a small VB application and I would like to ensure that I only run one instance of it at a time. Currently if I run the app it comes up, and if I run it again, another instance runs. What I would like is to ensure that if the app is running in the background or as a minimised window, clicking on the exe file simply gives the app focus.
Thanks…