Visible property
Sets or gets a value that indicates whether the object is visible or hidden.
Syntax
Property values
Type: Boolean
the visible state of the object.
Remarks
When the Windows Internet Explorer application is first created, it is hidden. It becomes visible after the Navigate method or the GoSearch method is used.
This method only applies when you are automating Internet Explorer. You co-create an instance of Internet Explorer, and then set this method to TRUE to show the instance.
The WebBrowser object saves the value of this property, but otherwise ignores it.