Advertisement

Owner drawing

Started by February 17, 2001 06:50 PM
0 comments, last by C-Junkie 23 years, 11 months ago
After creating a dialog resource, how do I implement an owner-draw combobox? Sub/Superclassing or something in the InitDialog? I''m using VC++ 6; thanks for any help
Look up CBS_OWNERDRAWFIXED and WM_DRAWITEM in MSDN. That should give you enough info to figure out how to do it yourself.

This topic is closed to new replies.

Advertisement