WinXUpdate


WinXUpdate (hWnd)

Redraws the specified window.

Parameter Description
hWnd The handle to the window to redraw

Returns

VOID

Remarks

You must call this function before the effects of any drawing functions will become visible.

Examples

'update the main window
WinXUpdate (#hMain)

Related Links