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.

Run MFC program on Linux

I have a rather large MFC based program. I have been tasked to get it running on Linux. I have …

c++ qt stl mfc
Visual Studio 2013 Edit and Continue not working

With VS2013 Pro I am not able to use "Edit and Continue" when debugging an MFC program. I created a …

visual-c++ mfc visual-studio-2013 edit-and-continue
Catching when user selects an item from a CComboBox

This is as basic as it gets. I want to catch when the user selects an item from a CComboBox (…

mfc ccombobox
Cannot open include file 'afxwin.h':no such header fileor directory in vs 2013 c++

So,I am trying to port some old code to newer version of vs so I imported the sln of …

c++ visual-c++ visual-studio-2013 mfc visual-c++-2013
Using a Qt-based DLL in a non-Qt application

Am I doing it right? A client of mine has a group where I'm developing Qt-based client-server stuff with a …

qt dll mfc
Auto resizing column widths in a CListCtrl

How can I make a CListCtrl to resize the width of its columns automatically? Usually, when an item in the …

mfc resize clistctrl
Is MFC only available with Visual Studio, and not Visual C++ Express?

Is MFC only available with Visual Studio, or is it also possible to use it with Visual C++ Express?

c++ mfc visual-studio-express
C++ CLI System.String^ to MFC LPCTSTR

How would I convert a System (.net) C++\CLI String^ into a MFC C++ LPCTSTR string. It is very easy …

c++ string mfc c++-cli lpcstr
How to validate hostname (may be IP) and port number (CString)

I have an dialog for HTTP proxy configuration with hostname and port edit boxes. My question is how can I …

validation mfc port ip hostname
Can I add multiple columns in MFC CListBox?

I have a dialog with a CListBox .I have to add 3 Columns in this list box. Is there any way …

c++ visual-studio-2010 mfc clistbox