Is there a difference or is it as simple as #define WC_BUTTON "BUTTON"? Also, if I use InitCommonControlsEx in place of InitCommonControls, do I still need to include a manifest?
+1
A:
Yes, its as you say:
CommCtrl.h
// Button Class Name
#define WC_BUTTONA "Button"
#define WC_BUTTONW L"Button"
You still need a manifest if you use InitCommonControlsEx
as you need to use V6 of the common controls.
Alex K.
2010-08-09 13:59:18
Alright, thanks, Alex!
Grant
2010-08-09 14:01:19
I have to wait 3 minutes to accept your answer...
Grant
2010-08-09 14:01:39