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.

How can I get the value (string) of the current selection in a combobox?

How can I get the value (string) of the current selection in a combobox? (Not the integer index)

visual-c++ mfc visual-c++-6
How to read the SD Card ID number?

How can I programatically read the SD Card's CID register, which contains a Serial Number and other information? Can I …

android c++ windows mfc
MFC development in vs2017

When I installed vs2017, I did select Windows development with C++ option. After installation, however, I don't see the MFC …

mfc visual-studio-2017
Resizing Controls in MFC

I am writing a program which has two panes (via CSplitter), however I am having problems figuring out out to …

c++ mfc
Visual Studio unable to recognise my MFC library for my webcam laser rangefinder code

I tried copying the source code from the internet directly and I couldn't build/debug the whole file because of …

c++ visual-studio mfc
How to detect a CListCtrl selection change?

I want to execute some code when the user selects a row in a CListCtrl (report view, I don't care …

visual-c++ mfc clistctrl
Which Font is the default for MFC Dialog Controls?

The picture below (enlarged, so you better see the differences) shows Font differences between dynamically created Edit controls (the upper …

windows visual-studio visual-studio-2008 winapi mfc
#error WINDOWS.H already included. MFC apps must not #include <windows.h>

I am getting #error WINDOWS.H already included. MFC apps must not #include windows.h But i dont know how …

c++ windows mfc
How to get the command line arguments in MFC applications?

I wish to have a small dialog based application which is passed command line parameters, so, using VC++6 I ran …

visual-c++ mfc
UTF-8, CString and CFile? (C++, MFC)

I'm currently working on a MFC program that specifically has to work with UTF-8. At some point, I have to …

c++ mfc utf-8 cstring cfile