This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
How do you add Images to a ClistCtrl in MFC? I have tried and found that it's quite difficult. I …
visual-c++ mfc imagelistI'm migrating an application to Qt from MFC. The MFC app would use GDI calls to construct the window (a …
qt mfc qt4 doublebufferedI am creating a MFC application for Windows Mobile and don't know how to enable multiple selection for List Control (…
c++ mfc windows-mobile clistctrlitsAnalysisDataTable.CreateEx( WS_EX_CLIENTEDGE, AfxRegisterWndClass( CS_DBLCLKS, LoadCursor( NULL, IDC_ARROW ), (HBRUSH)::GetStockObject( NULL_BRUSH ), NULL ), "AnalysiysTable", WS_CHILD | …
c++ exception mfc activation-context-apiI am registering my Class in the following method: BOOL CNDSClientDlg::InitInstance() { //Register Window Updated on 16th Nov 2010, @Subhen // Register …
c++ windows mfc createwindow registerclassI'm trying to write a C++ MFC application that uses the serial port (e.g. COM8). Every time I try …
c++ visual-studio-2008 mfc serial-port serial-communicationHow do you change the text color of a Clistctrl item (report view)?
mfc clistctrlI'm attempting to link a static library in C++ using Visual Studio 2010. Trouble is, the library (and accompanying header ) have …
c++ visual-studio-2010 mfc linker static-linkingI am writing an MFC program that has a dialog with an "Export" button that will take all of the …
c++ mfc ofstream