This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
Can I use TDD for gui application? How to do it.
user-interface mfc tddI'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-externalI don't know how to use both of them. So a sample code with pros and cons is perfect. Which …
c++ mfc cpropertysheet ctabctrlI am trying to make a program where an image would disappear when a certain a button called hide in …
c++ mfc picturebox visibleI am looking for the simplest way to change the header color of a 'List Control' header in MFC C++. …
c++ colors mfc listcontrolI am writing a code for data acquisition for my hardware. However, I need to find the average of the …
c++ mfc char double valueconverterI want a CListCtrl to always have a selected item, like a collection of radio buttons. I have used the …
c++ visual-c++ mfc clistctrlI have create a simple MFC appwizard dialog project. I used the Class Wizard to create a new class called …
mfc derived cdialog