C++ MFC Desktop Application in Visual Studio 2019

preview_player
Показать описание
C++ MFC Desktop App in Visual Studio 2019 | Microsoft Foundation Class
The Microsoft Foundation Class (MFC) Library provides an object-oriented wrapper over much of the Win32 and COM APIs. Although it can be used to create very simple desktop applications, it is most useful when you need to develop more complex user interfaces with multiple controls. You can use MFC to create applications with Office-style user interfaces.
An MFC application is an executable application for Windows that is based on the Microsoft Foundation Class (MFC) Library. MFC executables generally fall into five types: standard Windows applications, dialog boxes, forms-based applications, Explorer-style applications, and Web browser-style applications.
Рекомендации по теме
Комментарии
Автор

Hi master, how to select Version Netframework on MFC project? I was see this option on old version Visual Studio. (Not in 2017 2019 2022). Maybe is Visual Studio 2015.

hungchip
Автор

Hello Respected sir,
I find so many class wizards are missing in the VS2019 MFC with respect to the older version.
Can you please post some video for the following things (which i find difficulty):
(1) creating a SDI application connecting to a database(says SQL or MS ACSSES)
(2) creating an active X control and it's test using MFC.
(3) creating a COM project using ATL project wizard in MFC

basantkumar
Автор

Is the MFC wizard available with Visual Studio 2022? I am not able to install MFC support.

mav
Автор

How can I do UI design for MFC? I want to make existing MFC project appearance little bit styles

martinjh
Автор

No library works for me, it tells me that the source file cannot be opened (error code)

perlaobaga
Автор

Respected Sir,
I watched your video and I have several concerns which were been remain in years:
- Some folks says mfc evil. MS didn't updated for long time ?
- Some folks says mfc died ?
- Some folks says mfc really slow as compared to simple win32 app. I verify.
What opinions and advice do you have for me ?

hiddenhidden
Автор

do you have playlist for C++ MFC ? I could not find any

ajinkyax