
Dialog Box PreTranslateMessage
When Dialog boxes in MFC are created using the resource editor, they will have two default Command Buttons. One with caption as OK and other […]
When Dialog boxes in MFC are created using the resource editor, they will have two default Command Buttons. One with caption as OK and other […]
The CFrameWnd class calls a lot of functions before instantiating a window. One of those functions PreCreateWindow, determines the styles of the Window. The styles […]
There are times when we need to dynamically resize the controls inside the Windows/Dialogs. This article tries to give a small sample of how to […]
This project using MFC CComboBox class illustrates an owner-draw combo box. The class uses an abstract object to draw the items. This is similar […]
CComboBox class in MFC is used for manipulating the combo box. MFC allows achieving any custom behaviors on controls by inheriting from its own classes. […]
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 […]
Copyright © 2025 | WordPress Theme by MH Themes