The SetActiveWindow function activates a window.
HWND SetActiveWindow(
HWND hWnd |
// handle of window to activate |
); |
If the function succeeds, the return value is the handle of the window that was previously active.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
The SetActiveWindow function activates a window, but not if the application is in the background. The window will be brought into the foreground (top of Z order) if the application is in the foreground when it sets the activation.
If the window identified by the hWnd parameter was created by the calling thread, the active window status of the calling thread is set to hWnd. Otherwise, the active window status of the calling thread is set to NULL.
The SetForegroundWindow window function, on the other hand, activates a window and forces it into the foreground. An application should only call SetForegroundWindow if it needs to display critical errors or information that needs the user’s immediate attention .
GetActiveWindow, SetForegroundWindow, WM_ACTIVATE
file: /Techref/os/win/api/win32/func/src/f76_3.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 11:48,
3.137.212.13:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f76_3.htm"> SetActiveWindow</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.