Question WebBrowser hide HTML elements?!

alex198555

Member
Joined
Dec 13, 2010
Messages
11
Programming Experience
Beginner
I developed a WebBrowser which loads a certain web-site for me. The next task, I would like to see only a certain info on that web-site which acts like a table serving as special informational news for me. So, I don't want another things to be appear on my loaded web-site. I need to hide html elements, so that don't appear on my loaded web-site. So, then the form will be like smaller and it will be more convenient to use. Maybe, I need also to hide or remove some java scripts. Do you have any recommendations for it?
 
But, if the element is removed, will be it also removed when you try to see the code itself, with the right click of the mouse?!
 
I would say no, because the source is no different even when its rendered representation is modified by scripts and such. Context menu can be turned off with IsWebBrowserContextMenuEnabled property.
 
Back
Top