G
Guest
Visual Studio 2003 Windows Forms application:
Is there a way that I can add a form as a TabPage?
My goal is to develop a series of forms and load the dialogs dynamically in
a tab control based on the user selection of a particular function. I would
like to leverage the usefulness of the Form Designer to layout my dialogs and
then load them into TabPages.
I tried setting the TabPage as the Form.Parent and various other things; all
of which would either fail to compile or throw exceptions. I was unable to
find any samples that took this type of approach. I remember in the MFC
world that this was the standard way to develop tabbed dialos.
Any Ideas?
Thanks
Is there a way that I can add a form as a TabPage?
My goal is to develop a series of forms and load the dialogs dynamically in
a tab control based on the user selection of a particular function. I would
like to leverage the usefulness of the Form Designer to layout my dialogs and
then load them into TabPages.
I tried setting the TabPage as the Form.Parent and various other things; all
of which would either fail to compile or throw exceptions. I was unable to
find any samples that took this type of approach. I remember in the MFC
world that this was the standard way to develop tabbed dialos.
Any Ideas?
Thanks