How to implement such style UI? [closed]
I want to write some shareware and I love the GUI style in the following image:
(source: batchimageconverter.com)Who knows how to imp such style? I think maybe it uses some UI library, who knows whas is the UI library? I want to use C++ to write the program.
It's almdev's BusinessSkinForm/DynamicSkinForm with the Laconic skin.
I wouldn't recommend using it, but you decide.
I know you've tagged this as mfc, however if you wanted to be portable - you could look at Qt. It's not a specific theme - if that's what you are after, but I should imagine it's fairly straight foward to style..
If you want to use a nice, portable and powerful GUI for C++, I'd recommend using Qt
If you are using C++ Builder (fully compatible C++ compiler), there are quite a few VCL skin libraries that you can use to change the look and feel easily. Or you can do your own by handling the paint events for the components in low level.
精彩评论