WindowBlinds : DirectSkin
DoWindow
 

The DoWindow method enables DirectSkin skinning on the current thread.

void DoWindow(
long
hWnd );

Parameters

Value
Handle to the main window of the application. The hWnd parameter can either be the current HWND or 0.

Return Values

 

This method does not return a value.

Remarks

  DoWindow first requires the path to be set [SetRootPath], the skin to be loaded [LoadUIS], and DirectSkin to be initialized [InitWB] before it can do anything.

See Also

DetachWindow, InitWB, LoadUIS, SetRootPath, UndoWB