Home arrow C++ arrow A Custom Drawn List Control in C++
C++

A Custom Drawn List Control in C++


In this article Vitali takes the standard C++ list control and modifies it to extend its functionality. The result is a useful, flexible list control.

Author Info:
By: Vitali Halershtein
Rating: 4 stars4 stars4 stars4 stars4 stars / 35
September 13, 2003
TABLE OF CONTENTS:
  1. · A Custom Drawn List Control in C++
  2. · The Article
  3. · Conclusion

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
A Custom Drawn List Control in C++
(Page 1 of 3 )

Usage of a list control is a very common task for any application presenting data in a tabular format. I’ve used the list control a lot of times in my projects and I finally decided to create my own list control in C++ containing quite an array of advanced features. In this article I will explain how I did it.
blog comments powered by Disqus
C++ ARTICLES

- Intel Threading Building Blocks
- Threading Building Blocks with C++
- Video Memory Programming in Text Mode
- More Tricks to Gain Speed in Programming Con...
- Easy and Efficient Programming for Contests
- Preparing For Programming Contests
- Programming Contests: Why Bother?
- Polymorphism in C++
- Overview of Virtual Functions
- Inheritance in C++
- Extending the Basic Streams in C++
- Using Stringstreams in C++
- Custom Stream Manipulation in C++
- General Stream Manipulation in C++
- Serialize Your Class into Streams in C++

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 9 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials