Click to See Complete Forum and Search --> : how to create XP style button using VC++ 6.0


mirhamzah
05-21-2004, 11:28 AM
how to create XP style (visual buttons) button using VC++ 6.0

buntine
05-22-2004, 01:25 AM
You need to use the CButton class. The following page has some info about it.

http://www.cpcug.org/user/clemenzi/technical/Languages/VisualC++/

Regards,
Andrew Buntine.