Displays a hidden window on the screen.
Syntax
void _WShow(WHANDLE wh)
WHANDLE wh; /* Window handle. */
Remarks
When you create a window, it is hidden by default until you use _WShow( ) to make it visible.
For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.