RollingMoose
Programmer
I'm looking for a way to test if my application is already open when a user tries to open it. Here's what is happening........on the unload event of my mdi parent I'm unloading all forms. However, we've had users try to open the application after they thought it was closed and nothing happens. The application shows as running in the system processes of task manager. Hopefully, that made sense. Any suggestions for making sure the app unloads completely or testing if it's open are appreciated. Thanks.