WinXShow (hWnd)
Shows a window or control that was previously hidden.
Parameter | Description |
---|---|
hWnd | The handle to the window or control to show |
$$TRUE
When you create a window, it is invisible. Do not use this function to make it visible, use WinXDisplay instead.
'Show the main window (assuming it is called #hMain) WinXShow (#hMain) |