This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
How to Split a CString object by delimeter in vc++? For example I have a string value "one+two+three+…
visual-c++ mfcHow do you change the text color of a CStatic text control? Is there a simple way other that using …
mfc visual-c++I've got the pointer to the control with function CWnd* CWnd::GetDlgItem(int ITEM_ID) so i've got CWnd* pointer …
c++ mfcWhy do I see some code using CStrings declared differently. Some use this format char a_c_string []; While others …
c++ string mfcI have to create a dialog based application, instead of old CFormView type of design. But CDialog produces fixed-size dialogs. …
winapi mfcI am currently working on an already developed project written in MFC C++ and am facing a problem with an …
c++ mfc macros redefinitionI am developing MFC Dialog based application in Visual Studio 2008. I want to use timer that start on start of …
c++ c mfcI opened my existing MFC project using Visual Studio and when I build I get the following error message: Error 1 …
c++ visual-studio-2013 mfc visual-studio-2015 mbcsMy colleagues are using Visual Studio 2002 and uses the C++ MFC. I am developing in C #. It has not been …
c# .net c++ mfc visual-c++