MFC Tutorials
MFC Print Tutorial
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 […]
CCombobox font ownerdraw in Visual C++/MFC
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 DLL Tutorial
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 […]
MFC CProgressCtrl
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 […]
AfxMessageBox
MessageBoxes are simple and effective way of showing errors on input/processing or outputs. They can be used intuitively to communicate the messages in a very […]
CToolTipCtrl – Showing Tool Tips on controls
CToolTipCtrl can be used to attach tool tips for controls. The tool tips can be placed on any controls using AddTool(), a member function of […]