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>closewindow()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CloseWindow()
Converts a window to an icon
------------------------------------------------------------------------------

Syntax
CloseWindow( <hWnd> )   -->   nil

Arguments
<hWnd> identifies the window to be minimised (converted to an icon).

Returns
NIL.

Description
The window identified by <hWnd> is minimised (and its icon
displayed instead).

The window can be re-opened by the user or by using the
function OpenIcon().

To get rid of a window use DestroyWindow().

Example
CloseWindow( hMyWnd )


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

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