MFC我大約是VC++6時期開始用的
1.開發工具
Visual Studio 2019 Community edition
【使用C++的桌面開發】與【個別元件】裡的MFC相關的那幾個。
https://visualstudio.microsoft.com/zh-hant/
如果你公司願意出錢幫你買的話
個人建議是買Pro版
2.技術文件
https://docs.microsoft.com/en-us/cpp/mfc/mfc-desktop-applications?redirectedfrom=MSDN&view=vs-2019
3.MFC的視窗程式分成
MDI與SDI
https://docs.microsoft.com/zh-tw/cpp/mfc/sdi-and-mdi?view=vs-2019
與CDialog (這種的比較簡單,建議新手先學這種的)
https://docs.microsoft.com/zh-tw/cpp/mfc/reference/cdialog-class?view=vs-2019
與CDHtmlDialog (這種的可以用HTML做UI,但是對新手可能稍微複雜點)
https://docs.microsoft.com/zh-tw/cpp/mfc/reference/cdhtmldialog-class?view=vs-2019
4.codeproject那邊有不少的MFC範例,請自己看
https://www.codeproject.com/kb/cpp/