Referencing a Windows Form from scratch

John 466 Reputation points
2021-11-13T01:22:37.737+00:00

I have been looking for tutorials on how to reference a form in C++. Fortunately, I have downloaded Visual Studio 2022 current version.

Where would I go for tutorials in how to reference a form in C++ by using the Windows header file?

If it is possible in this Visual Studio 2022 version, then can you provide me some steps?

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,737 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,856 questions
{count} votes

Accepted answer
  1. Castorix31 86,986 Reputation points
    2021-11-13T07:30:17.417+00:00

    If you're talking about creating Windows Forms in C++, you can see :

    Create C++ Windows Forms application in Visual Studio 2017

    (it works with VS 2019, not tested with 2022)

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.