WindowBlinds : DirectSkin
SetRootPathStr
 

The SetRootPathStr method is used to set a string based root directory for the skins.

void SetRootPathStr(
LPCTSTR
Path );

Parameters

Path
Path to be set as the DirectSkin root.  Example: "c:\\myapp\\skins"  When this has been done, calling a method like LoadUIS("Liquid2\\Liquid2.UIS") will cause DirectSkin to load "C:\myapp\skins\Liquid2\Liquid2.UIS".

Return Values

 

This method has no return values.

Remarks

 

An alternative method, SetRootPath, can be used to set DirectSkin to load UIS files from the application directory or the WindowBlinds directory (if WindowBlinds is installed).

See Also

 

SetRootPath, LoadUIS, LoadSecondarySkin2, ShowPreview