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>openicon()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
OpenIcon()
Restore and activate a minimised window
------------------------------------------------------------------------------

Syntax
OpenIcon( <hWnd> )   -->   lSuccess

Arguments
<hWnd> is the handle to the window.

Returns
If successful, a logical TRUE (.T.) is returned, otherwise
FALSE (.F.) is returned.

Description
This function restores a window to the size and position it
had at the time it was minimised (converted to an icon).

An alternative is to use ShowWindow( <hWnd>, SW_SHOWNORMAL ).

Example
OpenIcon( hWnd )


See Also: BringWindowToTop() CloseWindow() CreateWindow() DestroyWindow() FindWindow() GetWindow() IsWindow() IsWindowVisible() IsZoomed() MoveWindow() ScrollWindow() ShowWindow() UpdateWindow()

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