sorry for my poor english in advance.
i want to force webbrowser control to not load images for reducing traffic and loading document faster.
unfortunately using csWeb, gecko, webkit and... is out of question for me.
i already used httpwebrequest and httpwebresponse with setting explorer cookies in my project but in some cases i need browser to send rendered data.somehow the target site did some trick with java so the data need to be navigate by browser.
i'm not good with c or c#, i found some solutions but i couldn't understand
Hidden Images of Webbrowser component to reduce memory usage
and
i would be very thankful if someone can help me.