What is the easiest way of developing windows GUI apps?

Praveen Kumar Sirohiwal 5 Reputation points
2023-02-17T16:13:10.2966667+00:00

How can I create Windows GUI apps using C++ without creating resource files?

Developer technologies | C++
{count} votes

2 answers

Sort by: Most helpful
  1. YujianYao-MSFT 4,296 Reputation points Microsoft External Staff
    2023-02-20T02:11:54.0466667+00:00

    Hi Praveen Kumar Sirohiwal,

    If you want to use C++ to create a GUI, I suggest you use C++/CLI.

    This project can create and use Winform in C++, C++/CLI itself isn't installed by default when you install a Visual Studio C++ workload. You need to search for C++/CLI support in visual studio installer and install it.

    User's image

    Then you could create a new C++/CLI project.

    Best regards,

    Elya


    If the answer is the right solution, please click "Accept Answer" and upvote it.If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Castorix31 90,686 Reputation points
    2023-03-06T08:16:11.37+00:00

    You can try WinUI 3,

    as MS starts to use it in Windows 11 (it was WinUI 2 before) :

    Windows 11 build 25309 outs with new File Explorer (WinUI 3) and volume mixer

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.