Lloyd
Thu Jul 15 18:29:45 CDT 2004
Not sure you want to use forms instead of usercontrols but if you want to,
create the form using panels and splitters (I have used the Sheridan
splitter control and it is much easier to use).
When you want to put a form into the mainform add the form to the panels
controls collection. You will have to set the TopLevel = False for the form
as well. I got this to work but it had many strange behaviours.
Lloyd Sheen
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:%23Xk7abraEHA.3804@TK2MSFTNGP10.phx.gbl...
> * "Loren Dummer" <ldummer@isaconsultants.com> scripsit:
> > I am trying to take a form and based on a selection from a list, it will
> > open a form and bind it to the main form so it looks like one form.
> >
> > In VB6 you could do this using a few different 3rd Party controls, one
was
> > the Sheridan/Infragistics splitter control. You could bind a form to a
> > specific pane of the splitter control.
>
> I am not sure what you want to do, but does the .NET splitter control +
> usercontrols fit your needs?
>
> --
> Herfried K. Wagner [MVP]
> <URL:
http://dotnet.mvps.org/>