Home All Groups Group Topic Archive Search About

Open Existing Form in Panel 2

Author
16 May 2006 9:45 PM
eSolTec, Inc. 501(c)(3)
I'm building an application that has multiple forms, and I'm using a Panel
Splitter. I would like to open the forms in the Panel 2 area filling panel 2.
Any help would be greatly appreciated.

I'm using the frm prefix for all my form names, i.e. frmContacts is my
contacts, frmServices, frmProcesses, frmExplorer

Michael

Author
16 May 2006 9:57 PM
Herfried K. Wagner [MVP]
"eSolTec, Inc. 501(c)(3)" <eSolTecInc50***@discussions.microsoft.com>
schrieb:
> I'm building an application that has multiple forms, and I'm using a Panel
> Splitter. I would like to open the forms in the Panel 2 area filling panel
> 2.
> Any help would be greatly appreciated.
>
> I'm using the frm prefix for all my form names, i.e. frmContacts is my
> contacts, frmServices, frmProcesses, frmExplorer

I suggest to use user controls ("Project" -> "Add user control...") instead
of forms.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
16 May 2006 10:17 PM
eSolTec, Inc. 501(c)(3)
Herfried,

Thank you for your quick reply. I'm sorry I'm not familar with using the UI
to create what I need. Can you point me to a KB or website to do this?

Michael

Show quoteHide quote
"Herfried K. Wagner [MVP]" wrote:

> "eSolTec, Inc. 501(c)(3)" <eSolTecInc50***@discussions.microsoft.com>
> schrieb:
> > I'm building an application that has multiple forms, and I'm using a Panel
> > Splitter. I would like to open the forms in the Panel 2 area filling panel
> > 2.
> > Any help would be greatly appreciated.
> >
> > I'm using the frm prefix for all my form names, i.e. frmContacts is my
> > contacts, frmServices, frmProcesses, frmExplorer
>
> I suggest to use user controls ("Project" -> "Add user control...") instead
> of forms.
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://classicvb.org/petition/>
>
>