This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
For many years I have used two great tools BoundsChecker & Purify, but the developers of these applications have let …
c++ mfc bounds-checker purifyUsing MFC and Visual Studio 2010 C++. I need a way to make certain individual rows of a CListCtrl stand out (…
visual-c++ mfc row highlighting clistctrlsearching the web for the difference between these two function calls, I've found that: The difference between these two API …
visual-studio-2010 performance mfc message-queue sendmessageThe TRACE macro can be used to output diagnostic messages to the debugger when the code is compiled in Debug …
mfc macros traceI created a simple tab control that has 2 tabs (each tab is a different dialog). The thing is that i …
c++ mfc cdialogHow can I get and set the 'read-only' property of an edit box?
c++ visual-c++ mfc visual-c++-6I'm trying to track down an issue in our MFC code that looks like a resource limitation issue. Memory and …
windows winapi mfcI have a MFC application, which has a worker thread, what I want to do is to post message from …
multithreading user-interface mfc postmessage worker-thread