Question How to change the visibility of an HtmlElement?

mahmood

Member
Joined
Feb 5, 2007
Messages
20
Programming Experience
Beginner
Hi

How can I change the visibility of and HtmlElement on a WebBrowser?

Base on my searches on Google this works on ASP.NET - haven't tested it though -:

PHP:
WebBrowser1.Document.All("elementId").Style.Visibility = "visible"

How do I do the same in a VB.NET project?
 
Back
Top