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 […]
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 class encapsulates the functionalities needed to manipulate the Fonts in Windows programming. A font can be created in 4 ways with a CFont class […]
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 […]
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 […]
Explains about CFile class in MFC for reading/writing files.
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 […]
MFC Tree controls are one of the useful controls to show a hierarchical view of items. They can show the folders list, any parent – […]
List boxes are used to load a list of items. Users will be able to add, select and delete items with the list boxes. CListBox […]
Check boxes are used to check binary states. Yes or No answers, Male/Female kind of conditional user interface inputs are easier with a check box. […]
The next step after learning Dialog box creation in MFC, are the controls. This article deals with the Command Button control. We’ll look at how […]
Copyright © 2024 | WordPress Theme by MH Themes