Dear all,
How can I make sure that when a user closes an application, there will be no leftovers?
I wrote a vb.net application, however, I can see that even after the application was closed, there's still an instance process of my application running (I can see that in the task manager).
Is there a simple routine which can be used to clear / terminate everything when the application is being closed?
Thanks in advance!
Start Free Trial