Flat List Box | CodeGuru

Flat List Box

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 […]

Written By
CodeGuru Staff
CodeGuru Staff
Jan 24, 1999
1 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

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

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.