FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades Very fine pure C++ GUI interfaces lib !
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Very fine pure C++ GUI interfaces lib !
Posted: Fri Sep 17, 2010 03:57 AM

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

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651

Continue the discussion