[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SetActiveWindow( <hWnd> )-> <hPrevWnd>
--------------------------------------------------------------------------------
PARAMETER:
<hWnd> Is the handle that identifies the window to activate
RETURNS:
<hPrevWnd> is the handle of the window that was previously active
DESCRIPTION:
SetActiveWindow() makes the specified top-level window the active window.
It should be used with care, since it allows an application to arbitrarily
take over the active window and input focus. Normally, Windows takes care
of all activation.
SOURCE:
SOURCE\WINAPI\WNDCENTE.C
See Also:
GetActiveWindow
SetFocus
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson