Top "Mfc" questions

This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.

Unresolved External Symbol - Only in Release mode

I'm using Visual C++ 6, and my application builds and runs fine in debug mode, but I get these two Unresolved …

c++ visual-c++ mfc visual-c++-6 unresolved-external
Which is preferred CTabCtrl vs. CPropertySheet in MFC?

I don't know how to use both of them. So a sample code with pros and cons is perfect. Which …

c++ mfc cpropertysheet ctabctrl
How to change the Visible Property of an image using a button in MFC application (C++ Visual Studio 2010)?

I am trying to make a program where an image would disappear when a certain a button called hide in …

c++ mfc picturebox visible
Changing MFC List Control header color

I am looking for the simplest way to change the header color of a 'List Control' header in MFC C++. …

c++ colors mfc listcontrol
Convert char to double

I am writing a code for data acquisition for my hardware. However, I need to find the average of the …

c++ mfc char double valueconverter
Unicode RTF text in RichEdit

I'm having trouble getting a RichEdit control to display unicode RTF text. My application is Unicode, so all strings are …

unicode mfc rtf richedit
How to force a CListCtrl to always have one item selected?

I want a CListCtrl to always have a selected item, like a collection of radio buttons. I have used the …

c++ visual-c++ mfc clistctrl
Visual C++ 6.0 - OnInitDialog in a Derived CDialog class not working

I have create a simple MFC appwizard dialog project. I used the Class Wizard to create a new class called …

mfc derived cdialog
Convert String^ in c# to CString in c++/CLI

I need a help on one question where I stuck while coding my app in MFC. I am using CLR …

c# .net string mfc c-strings