C
Chris Czornen
Hi, i was reading a lot, but i couldn´t find the right solution.
I have a mobile app like this:
RootForm
......FormA
............SubFormA
............SubFormB
......FormB
............SubFormC
............SubFormD
I´m showing the forms using frm.Show() and ShowDialog(). My problem is that
when the user is on SubFormD and needs to navigate to RootForm has to close
2 forms.
I read about StackForm from Microsoft. Is it the right wat to do that ? Or
are a another way ? Basically my problem is about navigations between
multiple forms.
Thanks a lot for any help.
I have a mobile app like this:
RootForm
......FormA
............SubFormA
............SubFormB
......FormB
............SubFormC
............SubFormD
I´m showing the forms using frm.Show() and ShowDialog(). My problem is that
when the user is on SubFormD and needs to navigate to RootForm has to close
2 forms.
I read about StackForm from Microsoft. Is it the right wat to do that ? Or
are a another way ? Basically my problem is about navigations between
multiple forms.
Thanks a lot for any help.