No Image

CFileDialog Usage

January 30, 2010 muthu 0

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

No Image

CFont Sample in MFC

January 30, 2010 muthu 0

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

No Image

CListCtrl Usage

January 30, 2010 muthu 0

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

No Image

CCombobox Example

January 30, 2010 muthu 0

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

No Image

MFC Tutorial on Toolbars

January 30, 2010 muthu 0

Toolbars are components of windows operating system with functionalities to invoke dialogs or other screens. They are usually used as a quick links in the […]