B
Bruce
I would like to design a number of separate forms in Visual Studio,
and then at runtime embed them into an area of another form (without
borders and title bars of course). The forms will all be placed in the
same area on the main form, and which forms are used is dependent on
navigation choices made by the user.
The container for the forms could be the main form itself, a panel on
the main form, or a tab page on the main form.
Can anyone point me in the direction of how this might be done?
--Bruce
and then at runtime embed them into an area of another form (without
borders and title bars of course). The forms will all be placed in the
same area on the main form, and which forms are used is dependent on
navigation choices made by the user.
The container for the forms could be the main form itself, a panel on
the main form, or a tab page on the main form.
Can anyone point me in the direction of how this might be done?
--Bruce