
Working with ADO and CListCtrl List View in MFC by vkworld
ADOstands for ActiveX Data Object.ADO provides an object-oriented programming interface for accessing a data source using the OLE-DB data provider. It is the successor to […]
ADOstands for ActiveX Data Object.ADO provides an object-oriented programming interface for accessing a data source using the OLE-DB data provider. It is the successor to […]
CListCtrl is a very useful control for reporting purposes. It provides an option, which can be used to display a big report in a […]
Ever worked with Borland Delphi or Borland C Builder? You might have noticed the Radio Group Control that OWL presents (OWL is Object Windows Library […]
CBitmapButton class provided by MFC can be used to place bitmaps on command buttons. It allows up to four bitmaps to be placed on the […]
CListBox in MFC is a powerful control. It can be used for displaying the normal text and even custom data like pictures. Whenever such […]
CListBox in MFC provides functions and data members to manipulate a list box control. This class can be over-ridden/manipulated in order to change the […]
CListBox is being used to display the Fonts installed in the local machine in this project with an owner-draw list box. The class uses […]
CListBox MFC class does not have its own way of handling a check box inside the list box. That is why MFC provides another […]
CListBox class as such does not give support for different fonts or colors. So whenever a programmer needs to use different fonts or colors, […]
CListBox class can contain string data type as well as Icons. In fact in Windows all controls are considered to be a window with their […]
Copyright © 2025 | WordPress Theme by MH Themes