Download the source
This took about 10 minutes to create. I based this on my CFlatEdit control which was based on Kirk Stowell’s CFlatComboBox control
Pretty easy to use. Nice control actually. I like the flat look so these are some pretty useful classes to me
Information
To Use this class :
Create a new class member of type CFlatListBox for an edit control in your dialog
Make sure to have #include “FlatListBox.h” at the top of that dialogs .h file
Thats It!
NOTE: For best appearance, under the properties for your edit control, deselect ‘border’ and select ‘static edge’
For the CFlatListBox class to appear in the new member variable dialog for an edit control, you must rebuild the class information
You can do this by deleting the .clw file in your project directory. When you go into class wizard, it will ask you to rebuild your class info from files.
Select all the c, cpp, and h files in that directory and add them all
Last updated: 17 October 1998