This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
The MFC has all class names that start with C. For example, CFile and CGdiObject. Has anyone seen it used …
c++ visual-c++ mfc hungarian-notationCan someone explain the difference between a C++ exception and a structured exception in MFC?
c++ exception mfcI'm going to answer my own question here because I spent a few hours piecing this together and wanted to …
wpf mfc wpf-controlsI have a CDialog (myDialogBox) that has a CComboBox member (myComboBox). My goal is to get the user-typed text (preferably …
visual-c++ mfc ccomboboxwhat is this Error, and how to resolve it? I am using Visual studio 2005 for Smart device MFC developement, Is …
visual-c++ windows-mobile mfc smart-deviceHow can i count the millisecond a certain function (called repeatedly) takes ? I thought of: CTime::GetCurrentTM() before, CTime::GetCurrentTM() …
mfc ctimeWhat is the difference between CDialog and CDialogEx? I decided to use CDialog because I can't assign m_pMainWnd to …
visual-c++ mfc compare cdialogI need to do something which i expected to be was simple - create a tab control which has 2 tabs, …
user-interface mfc tabcontrol ctabctrlI have a C++/MFC application I need to restructure. The app used to process most of the data on …
c++ visual-studio-2010 mfc postmessage