AxWebBrowser - Remove Ads

Lanc1988

Contributor
Joined
Nov 27, 2003
Messages
508
I have an axwebbrowser control on my form that navigates to a certain website that has a flash ad at the top of the page that is about 50 pixels tall.. what code could I use to get rid of that? I was trying to see if I could just set the top margin of the browser to like -50 but I wasn't sure how to do that or if it was even possible.

If you need more information just tell me. Thanks.

Lance
 
Perhaps, maybe, this post on another forum will help you. It explains manipulation of HTML elements via the WebBrowser control. It should bear some relevance to the AxWebBrowser control.
 
Back
Top