Visible Property
Sets or gets a value that indicates whether the object is visible or hidden.
Syntax
object.Visible(bVisible) [ = bVisible ]
Possible Values
bVisible Boolean that specifies or receives the visible state of the object. falseDefault. Object is hidden.trueObject is visible.The property is read/write. The property has no default value.
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
TRUEto show the instance.The WebBrowser object saves the value of this property, but otherwise ignores it.
Applies To
InternetExplorer, WebBrowser