Share via

Referencing a Windows Form from scratch

John 511 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 development | Windows API - Win32
Developer technologies | C++
Developer technologies | 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.


Answer accepted by question author

Castorix31 91,871 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)

Was this answer helpful?

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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.