Previous Form
Managed C++/CLI
2
Posts
2
Posters
1
Views
1
Watching
-
Hello , I have three forms and i want to be able to go to the previous form, from forms 2 and 3 can anyone help me with the codes ? Form2 is called from Form1 and Form3 is called from Form2 :(( debun
In Form2, call
Form1->Show();
do the same with Form3. P.S: you are in the wrong forum. your question should be asked in the Windows Forms forum.