This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
From Visual C++, how do I get the path to the current user's My Documents folder? Edit: I have this: …
c++ visual-c++ mfcI am getting the following Warning when i run my Windows Application(MFC) in Windows 7. 'XXX.exe': Loaded 'C:\2010\Debug\…
windows visual-studio-2010 visual-c++ mfc media-playerI'm a .NET programmer. I've never developed anything in MFC. Currently I had to write a C++ application (console) for …
visual-studio-2008 mfcI'm reviewing a C++ MFC project. At the beginning of some of the files there is this line: #pragma optimize("", …
c++ visual-studio mfcI am Trying to add an image to an existing button..I have done that to an extent, the problem …
mfc cbitmapI have created a process using CreateProcess(). This is the code: STARTUPINFO si = {0}; PROCESS_INFORMATION pi = {0}; result = CreateProcess("C:\\AP\\…
c++ winapi visual-c++ mfc createprocessCan you please help me gain a comprehensive knowledge about differences between modal and modeless dialogs by introducing me excellent …
visual-studio-2010 mfc modal-dialog modelessI have a cpp file that contains a huge array. I get a fatal error (exceeded object file format limit) …
c++ visual-studio visual-studio-2010 visual-c++ mfcBut it's a lie! Good day to all! I have the following problem: when I try to open the resource …
visual-c++ visual-studio-2008 mfc resource-editor