Hi,
little explanation of my problem:
there is an third party app, that i have no control of.
this app writes log file, but its not : write all, then close file, its writing when something happen,...
well actually iam using gecko browser, i tought it will have similar properties, now i know thats not true :)
1 way - not working in both webbrowser and gecko
2 there is no readystate in gecko...
hi, my app have to visit many pages and i want to optimize it a little bit,
i have already disabled images/videos/sounds downloading(i care only about html content), is there a way to download page...
Hi,
can somebody guide me, how i have to modify client/server code form MSDN so i could send data from client many times, not only one, like now.
i have tried to call Send() and Receive() once...
hi, i know that default Debug configuration differs a little bit from Release (optimizations, etc etc), but why code below works fine in Debug and fails in Release