A Custom Drawn List Control in C++
(Page 1 of 3 )
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.
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.Next: The Article >>
More C++ Articles
More By Vitali Halershtein