Open Existing Form in Panel 2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
eSolTec said:
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.
 
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
 
Back
Top