How to install MFC on Visual Studio 2019 - Stack Overflow I've installed MFC extension for VS 2019 version 16 7 on Windows x64 operating system using the following extensions: desktop application development with c++ C++ v14 26 MFC for v142 build tools (
windows - MFC Support in Visual Studio - Stack Overflow MFC is still officially maintained and supported I don't think it will disappear anytime soon and it will also continue to work during a very long time since it's still used by big software (including Microsoft's ones) However, officially supported doesn't mean much, no one from Microsoft will help you (unless you pay big support bucks) plus it's open source It's more that the technology
c# - C++ MFC vs . NET? - Stack Overflow MFC and NET are at nearly opposite extremes, each thoroughly crappy in its own way Using MFC is roughly on the order of living in the decaying wreck of a WW II surplus building
How to create a resizable CDialog in MFC? - Stack Overflow I have to create a dialog based application, instead of old CFormView type of design But CDialog produces fixed-size dialogs How can I create dialog based applications with resizable dialogs?