RSS
people

exiting your vb.net application completely.

i had written an app in which even after pressing the exit button or close button,i could still see the process occupy some memory in task manager.

to deal with this,i googled for a while and came to know that this situation arises when some of my application components or objects are still referencing in the memory.

so i came across various forums suggesting me to close ( ) all the forms in the application.i did the same and now i dont see my app in the task manager after exiting it.

read more »

1 Comment | Tags: , ,