This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
I have a code where I use a pointer to access some datablock. In some rare cases, a few members …
c++ pointers mfc dangling-pointerI am a .NET guy who is having to do some work on an MFC app. The app is a …
mfc localization visual-c++-2010 resource-file string-tableI've got a CString with a Text that also is an Item Text of my CListCtrl. For example: CString m_…
c++ mfc clistctrlI am maintaining a big project (~250k loc, not counting code generated from idl) in Visual C++ 6.0, that uses Visibroker (…
c++ visual-c++ visual-studio-2005 mfc corbaCode analysis: ON_NOTIFY(TCN_SELCHANGE, IDC_TAB_HISTORY_TYPE, &CAssignHistoryDlg::OnTcnSelchangeTabHistoryType) Warning C26454: Arithmetic overflow: '-' operation produces …
c++ mfc visual-studio-2017 code-analysis treecontrolI have a dialog (CDialog derived class) that can be used in two different ways (edition mode and programming mode). …
mfc modal-dialog cdialogIs it possible to embed an external CLI/C++ DLL into a MFC EXE as a embedded resource or something …
c++ mfc external command-line-interface loadlibrary