No Image

CEdit

January 30, 2010 muthu 0

The CEdit class provides the functionality of an edit control in Microsoft Windows based systems. It is a rectangular child window which can be used […]

No Image

AfxMessageBox

January 30, 2010 muthu 0

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

No Image

CString

January 30, 2010 muthu 0

CString is a boon to all C++ converts of MFC. Good God! it is so much of a pain to use char* in c++. A […]

No Image

CArray

January 30, 2010 muthu 0

CArray is a collection template which can store all data types. Unlike a normal C++ Array this MFC Collection template can grow and shrink depending […]

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