Click here to Skip to main content
15,920,508 members

Comments by Tassaduq009 (Top 6 by date)

Tassaduq009 28-Jan-11 4:53am View    
Na this can work for individual sites but not for all.
Tassaduq009 24-Jan-11 6:42am View    
I have done that thing long ago i want my software to learn that how really the webbrowser understand what to send to the server. i can manage cookies ans stuff well.
Tassaduq009 24-Jan-11 6:40am View    
ok i will take a look
tanks
Tassaduq009 24-Jan-11 6:40am View    
Man this is not going well, I even empty all the cache and even kill the history and then called the dispose function and still didn't work. webbrowser have memory leaks any one have a way around it?
Tassaduq009 20-Jan-11 0:16am View    
I have a way to strip every thing that the Browser have saved. After that i used to call web.Dispose(); i am going to try web.Dispose(true);
and 1 more thing what do this code really do
System.Diagnostics.Process.GetCurrentProcess().MaxWorkingSet = System.Diagnostics.Process.GetCurrentProcess().MinWorkingSet;