T
Thomas VUILLET - PAGE UP
Hi group !
After exiting my application (VB.NET), I can see in the Control Panel that
there is a lot of memory which is still allocated (about 4000 KBytes). I
only launch the program and quit immediatly.
During the application's loading, I make the following things :
- create 3 datatables
- open 2 text files
- fill the datatables with the content of text files
On the first screen, I have :
- a datagrid with personnalized column styles fill with a dataview
created from a datatable previously filled
- buttons with icons (personnalized control)
When I close the application (in the closing event), I :
- set Nothing to the datatables and the dataview
- call Dispose for the datagrid and for the buttons
Notice : after reading text files, I close the Streamreader by calling Close
method.
I don't see which data are still in memory !
Can you help me ?
Thanks,
Thomas
After exiting my application (VB.NET), I can see in the Control Panel that
there is a lot of memory which is still allocated (about 4000 KBytes). I
only launch the program and quit immediatly.
During the application's loading, I make the following things :
- create 3 datatables
- open 2 text files
- fill the datatables with the content of text files
On the first screen, I have :
- a datagrid with personnalized column styles fill with a dataview
created from a datatable previously filled
- buttons with icons (personnalized control)
When I close the application (in the closing event), I :
- set Nothing to the datatables and the dataview
- call Dispose for the datagrid and for the buttons
Notice : after reading text files, I close the Streamreader by calling Close
method.
I don't see which data are still in memory !
Can you help me ?
Thanks,
Thomas