I am in a process of developing windows application/bot,where I can open a new form and then a webbrowser, execute tasks and close the webbrowser as well as form
webbrowser.dispose taking too much of CPU and System crashes after loop of 100 times
I want to repeat the process for 300+ time
My requirement is to close the webbrowser and release it from memory each time before form closes.
Any help is highly appreciated, as I am new to windows programming and struck up with this for the last 2 days and google search results are more confusing.
webbrowser.dispose taking too much of CPU and System crashes after loop of 100 times
I want to repeat the process for 300+ time
My requirement is to close the webbrowser and release it from memory each time before form closes.
Any help is highly appreciated, as I am new to windows programming and struck up with this for the last 2 days and google search results are more confusing.