
CListBox owner draw control for Displaying different colors
CListBox in MFC provides functions and data members to manipulate a list box control. This class can be over-ridden/manipulated in order to change the […]
CListBox in MFC provides functions and data members to manipulate a list box control. This class can be over-ridden/manipulated in order to change the […]
CListBox is being used to display the Fonts installed in the local machine in this project with an owner-draw list box. The class uses […]
CListBox MFC class does not have its own way of handling a check box inside the list box. That is why MFC provides another […]
CListBox class as such does not give support for different fonts or colors. So whenever a programmer needs to use different fonts or colors, […]
CListBox class can contain string data type as well as Icons. In fact in Windows all controls are considered to be a window with their […]
Introduction to MFC Printing: It’s common knowledge that printing is one of the hardest things for properly implementing in your Win32 program. You have probably […]
This project illustrates an owner-draw combo box which can show different fonts using CFont. The class uses an abstract object to draw the items. In […]
MFC regular Dll usage has decreased now a days to a large extent. People are now moving towards COM dlls. Though the COM Dlls’ have […]
A Progress control is something that an application can use to indicate the progress of an ongoing operation. It consists of a rectangle that is […]
Copyright © 2025 | WordPress Theme by MH Themes