C
Christian Stüben
Hi all,
please forgive my silly newbie question. Using visual studio .net 2003,
i want do do some application that uses more than one winform, both in
c++ and c#.
Creating the second, third, and so on form with the designer is no
problem.
But how can i check if form2, form3 etc. are already initialised, and
how can i make them visible?
Assigning something like "Form2.Activeform.visible = true;", or
"Activate ();" or "Show ();" give me no result, the second form always
stays invisible.
Thanks to all that can help.
Chris
please forgive my silly newbie question. Using visual studio .net 2003,
i want do do some application that uses more than one winform, both in
c++ and c#.
Creating the second, third, and so on form with the designer is no
problem.
But how can i check if form2, form3 etc. are already initialised, and
how can i make them visible?
Assigning something like "Form2.Activeform.visible = true;", or
"Activate ();" or "Show ();" give me no result, the second form always
stays invisible.
Thanks to all that can help.
Chris