Top "Mfc" questions

This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.

What is the correct way to programmatically quit an MFC application?

Using windows MFC C++. I have a third party app that calls a user-defined method in my CWinApp derived class. …

c++ mfc exit quit
Get path to My Documents

From Visual C++, how do I get the path to the current user's My Documents folder? Edit: I have this: …

c++ visual-c++ mfc
"binary was not built with debug information " warning meaning in mfc application?

I 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-player
Is there a Designer for MFC in Visual Studio like for windows forms in .NET?

I'm a .NET programmer. I've never developed anything in MFC. Currently I had to write a C++ application (console) for …

visual-studio-2008 mfc
Why #pragma optimize("", off)

I'm reviewing a C++ MFC project. At the beginning of some of the files there is this line: #pragma optimize("", …

c++ visual-studio mfc
how to add bitmap image to buttons in MFC?

I am Trying to add an image to an existing button..I have done that to an extent, the problem …

mfc cbitmap
how to terminate a process created by CreateProcess()?

I 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 createprocess
difference between modal and modeless dialogs in MFC

Can 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 modeless
How to set compile flag /bigobj in visual studio?

I 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++ mfc
VS2008: "Resource file opened in another editor"

But 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