|
-
April 9th, 1999, 11:17 AM
#5
Re: Control Variables
When you rename CComboBox to CFlatComboBox you make the CFlatComboBox code replace the CComboBox code that manages the 'raw' Windows combobox control. This code paints it differently.
CComboBox and CFlatComboBox both effectively subclass the underlying combobox control and can mess around with its appearance by handling the paint messages sent to it.
Dave
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|