svasuch
May 8th, 2001, 01:40 AM
I took two forms. in form1 i placed two buttons and in form2 i palced webbrowser control. if i click form1-button1 i am showing form2. In form2 load event i am navigating some url in webbrowser control.
If i click form1-button2 i am unloading the form2. This is what i am doing.
My problem is , If i run my application initioally it is taking 3mb memory. If i click button1 memory increing up to 20mb(i am navigating some url in form2-webbrowser). If i click form1-button2( means i am unloading form2) memory decresing only one mb that means it is showing 19mb.it's not come down to 3md. If i minimise the form1 and max.. than it is going to 3md.I want to release the momory without minimize the form.
If i click form1-button2 i am unloading the form2. This is what i am doing.
My problem is , If i run my application initioally it is taking 3mb memory. If i click button1 memory increing up to 20mb(i am navigating some url in form2-webbrowser). If i click form1-button2( means i am unloading form2) memory decresing only one mb that means it is showing 19mb.it's not come down to 3md. If i minimise the form1 and max.. than it is going to 3md.I want to release the momory without minimize the form.