I have noticed with my VB.NET program that when I click on the X in the right corner of the window to close the program it is still running as a process in Windows. How do I stop this from taking place? When I push the X I want it to clear out of Windows completely.
I know you can use application.exit to terminate everything but that does not help if somebody hits the X in the right corner.
Thank you
I know you can use application.exit to terminate everything but that does not help if somebody hits the X in the right corner.
Thank you
Last edited: