G
GB21
Hello Group,
Long time Asp.net programmer developing my first windows CE
application. I have a very basic question about windows forms
applications. Naturally, my application includes multiple forms
between which the user can navigate. Of course, as we get deeper into
the application, there is a natural progression back to through the
screens to the beginning. I think I may be handling something wrong
with moving from one screen to the next. I'm just creating an instance
of the next form. When I run my app on the mobile device, I see all of
the previous forms in the task bar. As I transition back through them,
they close one by one.
What am I missing? I did try doing a this.hide when I create a new
instance of the next form and a this.show when I return. However, I
get flashes of the desktop as the new form is being shown. I'm also
uncertain if this creates a memory problem to keep all of these forms
alive.
Any help would be greatly appreciated.
Thanks,
Glenn
Long time Asp.net programmer developing my first windows CE
application. I have a very basic question about windows forms
applications. Naturally, my application includes multiple forms
between which the user can navigate. Of course, as we get deeper into
the application, there is a natural progression back to through the
screens to the beginning. I think I may be handling something wrong
with moving from one screen to the next. I'm just creating an instance
of the next form. When I run my app on the mobile device, I see all of
the previous forms in the task bar. As I transition back through them,
they close one by one.
What am I missing? I did try doing a this.hide when I create a new
instance of the next form and a this.show when I return. However, I
get flashes of the desktop as the new form is being shown. I'm also
uncertain if this creates a memory problem to keep all of these forms
alive.
Any help would be greatly appreciated.
Thanks,
Glenn