In vb.net if i open a single form in my application ,the memory gets increased ,likewise when i close the form the memory is not getting released why so? I want to release the memory.Is there any way to clear off the memory once i close the form?
The memory gets accumulated whenever i close the form2 and reopen form2 thru form1
i have used dispose() , gc.collect(), close() in form2 closing
thanx in advance
harry
The memory gets accumulated whenever i close the form2 and reopen form2 thru form1
i have used dispose() , gc.collect(), close() in form2 closing
thanx in advance
harry