This topic has not yet been rated - Rate this topic

CHtmlView::SetFullScreen

Call this member function to set Internet Explorer to either full-screen or normal window mode.

void SetFullScreen(
   BOOL bNewValue 
);

Parameters

bNewValue
Nonzero for full-screen mode; otherwise zero.

Remarks

In full-screen mode, the Internet Explorer main window is maximized and the status bar, toolbar, menu bar, and title bar are hidden.

Applies to Internet Explorer. If you use this call with a WebBrowser control, it will return no error, but it will ignore this call.

See Also

CHtmlView Overview | Class Members | Hierarchy Chart | CHtmlView::GetFullScreen | CHtmlView::SetTheaterMode | IWebBrowser2::put_FullScreen

Did you find this helpful?
(1500 characters remaining)