This tag should be used for questions concerning Microsoft Foundation Class Library (MFC), a C++ framework for Windows desktop GUI application programming.
I'm adapting an application for touch screen interface and we want to use the tablet text input panel included in …
c++ windows mfc winapi accessibilityI'm writing a C# application which needs to intercept Window Messages that another applications is sending out. The company who …
c# .net c++ mfc windows-messagesThis is my first MFC application away from VC6, and I feel a little bit stupid: How do I add …
visual-studio-2008 ide mfcWe're having problems with Windows silently eating exceptions and allowing the application to continue running, when the exception is thrown …
c++ windows mfc exception message-pumpI've never been a big fan of MFC, but that's not really the point. I read that Microsoft is due …
visual-c++ mfc frameworks lifecycleI have a lot of projects done with VS2010 in C++. Now we have switched to VS2012 but we want …
c++ visual-studio-2010 visual-c++ mfc visual-studio-2012Back in the 90s when I first started out with MFC I used to dynamically link my apps and shipped …
c++ mfc linkerIs there a way to create a modeless dialog box in C++ MFC which always stays on top of the …
c++ mfc dialog modeless always-on-topI have following hex value CString str; str = T("FFF000"); How to convert this in to an unsigned long?
c++ mfc hex data-conversion unsigned-long-long-intI've been tapped to support some legacy code, and I'm seeing some things that cause me to scratch my head …
c++ visual-c++ mfc thread-synchronization