Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>bringwindowtotop()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BringWindowToTop()
Brings a window to the top
------------------------------------------------------------------------------

Syntax
BringWindowToTop( <hWnd> )   -->   lSuccess

Arguments
<hWnd> identifies the window to bring to the top.

Returns
A logical TRUE (.T.) if the function is successful, otherwise
FALSE (.F.) is returned.

Description
This function uncovers any window that is partly or completely
hidden by other overlapping windows.

Example
BringWindowToTop( hWnd )


See Also: CreateWindow() CloseWindow() DestroyWindow() FindWindow() GetWindow() MoveWindow() OpenIcon() ScrollWindow() ShowWindow() UpdateWindow()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson