Hi, I have used the browser control as the main gui component for a large project, and have regretted it since :) Since it has been over 2 years, I can't remember the details exactly, but using com interop, it is possible tol access to dom tree of the html doc in the browser control. In your case, maybe you would prefer to fetch the html page manually, (by intercepting the navigation event), parse it(take a look at antlr, or use a manual implementation), leave out the pieces you want eliminated, and provide the html to control. Or maybe there is a much easier way, like setting the visible properties of these elements to false after the html is fetched by the control. In any case, your way seems to be towards com interop. I have also implemented an interaction between the html form and .net classes, but it is not relevant to your case I think. Regards Seref
G G wrote:
On a vb.net express 2005 form, I placed, a webbrowser control browser1 which I could navigate and display web pages. however I am stuck as to how to control where to save the html to and in what form. I do see there is ShowSaveAsDialog. I would prefer to leave out the graphics but leave text ahd the html tables intact nay hint? I do intened to automate some tasks after user login and click a button on the form =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
=================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com