iam using visual studio 2022 windows forms c++ , ia was swiching from main form to another form (form2) and it was working good but i deleted the second form and now trying to navegate to third form (form3) but it shows small embty form)

kemo mahmoud 1 Reputation point
2022-10-18T00:52:30.903+00:00

/* i use that way at form 1 code
first initialize form3 :
*/

include"Form3"

/* and then write that code at button click order*/

Form3^ obj = gcnew Form3();

obj->ShowDialog();

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,838 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,643 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,544 questions
{count} votes