Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Setting the value of <i>fFullscreen</i> to <b>TRUE</b>, the Shell treats this wi



**Since Windows 7,** call `SetProp(hwnd, LNonRudeHWND, reinterpret_cast<HANDLE>(TRUE))` before showing a window to indicate to the Shell that the window should not be treated as full-screen. This ensures the taskbar does not adjust itself to be below the window in z-order. This is similar to `ITaskbarList2::MarkFullscreenWindow(FALSE)` except the Shell will not fallback to its automatic detection facility and will not treat the window as full-screen.
**Since Windows 7,** call `SetProp(hwnd, L"NonRudeHWND", reinterpret_cast<HANDLE>(TRUE))` before showing a window to indicate to the Shell that the window should not be treated as full-screen. This ensures the taskbar does not adjust itself to be below the window in z-order. This is similar to `ITaskbarList2::MarkFullscreenWindow(FALSE)` except the Shell will not fallback to its automatic detection facility and will not treat the window as full-screen.

## -see-also

Expand All @@ -94,4 +94,4 @@ Setting the value of <i>fFullscreen</i> to <b>TRUE</b>, the Shell treats this wi



<a href="/windows/win32/api/winuser/nf-winuser-setpropw">SetPropW</a>
<a href="/windows/win32/api/winuser/nf-winuser-setpropw">SetPropW</a>