how to do user interface(UI) design?
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
-
since the default user interface in visual c++ is not very good, I don't want to use the default the buttons, the combo box, the edit,... how can i do? Are there some good article and codes that can be used?
modified on Monday, June 29, 2009 12:03 AM
-
You can always subclass the existing controls and create your own using bitmaps..there are lots of links on CodeProject itself.
-
thanks a lot, for visual c++ ,is there any specified link on codeproject for beginners? or the link of some good articles?