MFC CButton

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 ? Borland’s windows Win32 class wrapper library something like MFC). So here is a project that gives an example of …

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 command button depending on the button’s state viz., Normal, Selected, Focused and Disabled. Bitmap Button on a Dialog – CBitmapButton: …