Home > Software engineering >  C interface beautification
C interface beautification

Time:09-20

I see online have skin++ SkinH_VB6 beautification program interface, really very good, how do these programs are implemented in a DLL, because I also want to write a beautify the interface meets the needs of my own application interface library

CodePudding user response:

https://download.csdn.net/download/hhhh63/6961889
https://download.csdn.net/download/hhhh63/7710711
The above two are DLL interface resources

CodePudding user response:

DriectUI reference this to realize the interface library,

CodePudding user response:

Can use the ready-made interface library, dazzle colour interface library, for example, it is better if you develop interface library a few years time, also don't necessarily have the professional interface library works.

http://www.xcgui.com/

CodePudding user response:


Written in c + + program is all about efficiency, and the second interface, if have to beautify, there are also many libraries, learning is also trouble

CodePudding user response:

Duilib interface library

CodePudding user response:

DirectUI

CodePudding user response:

DUILIB library, open source, tutorials are also many, fit also easy,

CodePudding user response:

Are now turning duilib, unless the UI and beautiful do not require MFC go, beautiful sex demanding basic use duilib or qt

CodePudding user response:

Can use the ready-made interface library, dazzle colour interface library, for example, it is better if you develop interface library a few years time, also don't necessarily have the professional interface library works.

http://www.xcgui.com/

CodePudding user response:

Qt styles

CodePudding user response:

Can have a look at this player at https://github.com/ltframe/ltplayer0016, complete the WIN32 GDI custom painting, is a complete code
  • Related