N
Nancy Kafer
I am trying to integrate the FormStack code into my VB .NET 2003 application
so that I can handle displaying multiple forms. I have copied the code from
the IStackable application into my project. When I run the application my
main form displays perfectly. However, when I press the button to navigate
to one of my other forms my form doesn't display. I have played with
different events but nothing seems to work. I also verified that the
IStackable code is implemented in my second form. When testing I discovered
that if I used a menu item my form was displayed properly however, when I
put the same code on the "Button" click method my form won't display.
One other piece of information: I am using form inheritance for my forms in
the application. However, I removed the form inheritance code and I'm still
having the problem.
Why won't any form except my main form display?
Thanks.
so that I can handle displaying multiple forms. I have copied the code from
the IStackable application into my project. When I run the application my
main form displays perfectly. However, when I press the button to navigate
to one of my other forms my form doesn't display. I have played with
different events but nothing seems to work. I also verified that the
IStackable code is implemented in my second form. When testing I discovered
that if I used a menu item my form was displayed properly however, when I
put the same code on the "Button" click method my form won't display.
One other piece of information: I am using form inheritance for my forms in
the application. However, I removed the form inheritance code and I'm still
having the problem.
Why won't any form except my main form display?
Thanks.