1.
http://www.xcgui.com/bbs/viewthread.php ... a=page%3D1
full functional provied as xcgui.lib and xcgui.dll .
There are the prices on the site :
(1). xcgui.dll 0 fee to use .
(2). xcgui.lib 1000 CNY (about 150 USD) ,include 1 year upgrade and support.
(3). Source C codes 5000 CNY (750 USD), include 1 year upgrade and support.
2.
http://appface.com/eng/skinnable-library.htm
appface.dll 240K
Load or change skin
SkinStart("UiResourceFile2.urf",0,"",1,0,0);
Restore the Windows default appearance
SkinStart(0,0,0,0,0,0);
Release all the allocated resources by skinning
SkinRemove() ;
Unskin the special window
SkinWindowSet(hWnd,0) ;
Skin the window as the special type forcibly
SkinWindowSet(hWnd ,SKIN_CLASS_XXX) ;
Load another skin to the current project
SkinWindowSetEx(hWnd, ...) ;
3.
http://www.uipower.com/SPContrast.php
I 'd like to know where is the interface in FWH to midify.
Best regards!
Shuming wang