Create your first C++ GUI Windows Form using Visual Studio 2022 (Getting started)

Поділитися
Вставка
  • Опубліковано 19 сер 2024
  • In this session, we will see how we can easily create a C++ GUI windows form application using Visual Studio 2022.
    For this you installed visual studio C++ Windows develop module.
    C++ Windows Forms (WinForms) App in Visual Studio 2022
    Windows Forms (WinForms) is a UI framework for building windows desktop apps.
    It provides one of the productive ways to create desktop apps based on the visual designer provided in visual studio,
    C++ is a general-purpose programming language for creating small to large scale applications.
    ► Download Source Code from: shorturl.at/iBGM2
    More usefull Tutorial:
    ► Create a Smart Voice Assistant with Open AI's ChatGPT and .Net core 6.0 Blazor : • Create a Smart Voice A...
    ► How to integrate ChatGPT with C# and .NET Core using Web APIs : • How to integrate ChatG...
    ► Azure Speech Service (Text to Speech and Speech to Text) with Blazor Server App : • Azure Speech Service (...
    #CPlusPlus #VisualStudio #CPlusPlusDevelopment

КОМЕНТАРІ • 14

  • @mikehemilton9610
    @mikehemilton9610 2 місяці тому +2

    Thanks god I found your video, it seemed like the whole internet couldn't answer on this simple problem of using the form in the actual entry point

  • @DrPretzelMan
    @DrPretzelMan 7 місяців тому +5

    ur the best thing since the invention of the wheel

  • @TegridyMadeGames
    @TegridyMadeGames 5 місяців тому +1

    not everyone will appreciate this, but i do

  • @TegridyMadeGames
    @TegridyMadeGames 5 місяців тому +1

    after adding the form i get an error "cant find ProjectName.dll"

    • @BiswaRanjan
      @BiswaRanjan  5 місяців тому

      Restart the visual studio and do a build

  • @Mario-xk7kh
    @Mario-xk7kh 5 місяців тому

    Thanks very much

  • @Vlingn
    @Vlingn 8 місяців тому +1

    I followed the video exactly but after running it I got the message: ''Unable to start program 'C:\User\TCP\source
    epos\Project1\x64\Debug\Project1.exe'
    The system cannot find the file specified''
    Please guide me!!!

    • @JackyYang
      @JackyYang 7 місяців тому

      Are you Compile Successful ?

  • @stanhuang9194
    @stanhuang9194 5 місяців тому

    I got confused at 4:26 & 4:27. How can the screen at 4:27 appear? I can't follow at this second because I can't find what can be clicked on my project?

    • @namanchitlur
      @namanchitlur 3 місяці тому

      right click, then click properties. Click on the cpp file, then just type down the same code that he copied.

  • @GokdenizCetin
    @GokdenizCetin 7 місяців тому

    include gives error

    • @JackyYang
      @JackyYang 7 місяців тому

      「#include 」
      "w" is *NOT* uppercast "W"
      and don't forget the "#" sign