This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
I know one method of preventing an MFC dialog from closing when the Enter or Esc keys are pressed, but …
c++ mfcSince our switch from Visual Studio 6 to Visual Studio 2008, we've been using the MFC90.dll and msvc[pr]90.dlls along …
c++ visual-studio-2008 mfcI would like to add a menu item to my main menu and then populate it with items at run …
c++ mfcI just create a dialog-based project in MFC (VS2008) and add OnKeyDown event to the dialog. When I run the …
c++ visual-c++ mfc keydown dialogbasedappI found that Windows has some new Windows Data Types DWORD_PTR, INT_PTR, LONG_PTR, UINT_PTR, ULONG_PTR …
windows winapi mfcI am using microsoft visual studio to do C++. I don't see std::err and std::out in the output …
visual-studio visual-c++ mfc