I am confused about how to navigate between Forms in c#
I want to do the following:
from
Form1
opening theForm2
and makeForm2
on the top of the original oneForm1
and then get back toForm1
and user are not allowed to useForm1
untill they close the childForm2
to get back toForm1
with the same scenario but I may pass parameter from
Form2
toForm1
I searched but think are not clear in my mind I found that there is something called MDI Parent And Child like the answer here but
I do not want the child from to be inside the original one
I do not the original from style to be change and be in that gray one
that way I think what I need to use is NOT MDI Parent And Child
please help I appreciate long explanation description with example