This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
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-continueThis is as basic as it gets. I want to catch when the user selects an item from a CComboBox (…
mfc ccomboboxSo,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++-2013Am I doing it right? A client of mine has a group where I'm developing Qt-based client-server stuff with a …
qt dll mfcHow can I make a CListCtrl to resize the width of its columns automatically? Usually, when an item in the …
mfc resize clistctrlIs MFC only available with Visual Studio, or is it also possible to use it with Visual C++ Express?
c++ mfc visual-studio-expressI have an dialog for HTTP proxy configuration with hostname and port edit boxes. My question is how can I …
validation mfc port ip hostnameI 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