WinXShow


WinXShow (hWnd)

Shows a window or control that was previously hidden.

Parameter Description
hWnd The handle to the window or control to show

Returns

$$TRUE

Remarks

When you create a window, it is invisible. Do not use this function to make it visible, use WinXDisplay instead.

Examples

'Show the main window (assuming it is called #hMain)
WinXShow (#hMain)

Related Links

WinXHide
WinXDisplay