No Image

CTabCtrl

January 30, 2010 muthu 0

Tab control managed using CTabCtrl MFC class is a good replacement candidate for Property Sheets. But these Tab Controls are less used and discussed still […]

No Image

MFC Print Tutorial

January 30, 2010 muthu 0

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

No Image

MFC DLL Tutorial

January 30, 2010 muthu 0

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

No Image

MFC CProgressCtrl

January 30, 2010 muthu 0

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

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