Create Your First C++ Windows Form using Microsoft Visual Studio 2022

preview_player
Показать описание
How to create CLR C++ project using Microsoft Visual Studio 2022. Create C++ User Interface (GUI) using the .NET Framework.
************************

*Source code* of the main method in the first comment .

***********************************

🔥 *Complete Udemy Courses* :

⬇️ *Free Document Proofreading* ⬇️
Рекомендации по теме
Комментарии
Автор

#include "MainForm.h"

using namespace System;
using namespace System::Windows::Forms;
void main(array<String^>^ args)
{


FirstCppProject::MainForm form;
Application::Run(% form);
}

BoostMyTool
Автор

This was EXACTLY what I needed. I'm an experienced programmer coming from a different IDE. This showed me EXACTLY how to set up the Visual Studios IDE for windows programming. I would NEVER have figured out how to do that by myself. Because of skyrocketing prices, extremely restrictive support, and continued extremely buggy operation of my previous IDE, I VERY MUCH wanted to get off of it BADLY. I ACHED to get onto Visual Studio. The one thing stopping me was: I couldn't figure out HOW to get windows in VS. The detailed instructions here fixed that. I am now back to "regular programming" with my current project. It took some time but it was WELL WORTH IT! THANK-YOU (a THOUSAND TIMES!!!!)😎🖕🙏🙏🙏

maxmaurer
Автор

The ONLY place where I found clear, right and up-to-date guidelines to start with this tricky development system. Thanks!!! Sad to think at the old and glorious VB5 times, where in seconds you could write a working application!

rscgln
Автор

In my opinion the best tutorial for a newbie like me. Thank you!

oladunk
Автор

This was great, for someone who hasn't used visual studio very much this was coherent and easy to understand.

averagetomas
Автор

Just what I was looking for. Please keep posting your excellent tutorials.

brockk
Автор

I've in working on windows forms for quite a while but all those were written in C#....this is the first time I'm doing it in Cpp...loved the content....expect more C++ videos in future 👊

md.jannatulnayem
Автор

omg that was soo clear and helpful, we need more tutorials like thiis you're amazing

amalboumen
Автор

I've done all the way you explained and it worked for me very well. Thanks.

mohamadmaleki
Автор

Just learning c++ and this is the best video I have found on this topic.

billwilson
Автор

was looking for the workload, thankfully this video has

wakeelfurqanahmed
Автор

THX! Essential video. I really don't know why MS makes it so longwinded and complicated to kick off a project as easily as with VB.

ralphgehteha
Автор

explained each and everything in an excellent way

anchorsites
Автор

I am speechless, it's too good to be for real. Big thanks

sousra
Автор

it says i have an error in line 1
i.e the #include "MainForm.h"

adityarajamani
Автор

Finally I run my first windows application ❤

Thanks sir

starttoday
Автор

What a nice tutorial!
Thank you so much!

Keep on updating.

holden_
Автор

This is the best explaind video about WinForm! Thank you!

beatifulkoala
Автор

Damn, you're a good teacher 👏 🙌 ❤

Augustinevlog
Автор

thank you man, I have search for one hour to find like this video

salehahmed