


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



CFileDialog Usage
CFileDialog MFC class can be used to invoke the Windows Open File and File Save As dialogs. This CFileDialog class encapsulates the functionalities required […]

CFont Sample in MFC
CFont class encapsulates the functionalities needed to manipulate the Fonts in Windows programming. A font can be created in 4 ways with a CFont class […]

CListCtrl Usage
List Control is one of the useful controls to display data in different formats viz., icon view, report view, simple list etc., This article describes […]

CCombobox Example
Combo box controls are space savers. Wherever there is no need for a multi-select from a list of items, combo box is a good choice […]

CFile Example
Explains about CFile class in MFC for reading/writing files.