This method of the IWebBrowser2 interface sets the visibility state of the object.
public void setVisible(boolean Visible);
Visible | Specifies the visible state of Microsoft® Internet Explorer. If TRUE, the window is visible; if FALSE, it is hidden. The default value is FALSE. |