Open Existing Form in Panel 2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • eSolTec, Inc. 501(c)(3)

    Open Existing Form in Panel 2

    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
  • Herfried K. Wagner [MVP]

    #2
    Re: Open Existing Form in Panel 2

    "eSolTec, Inc. 501(c)(3)" <eSolTecInc501c 3@discussions.m icrosoft.com>
    schrieb:[color=blue]
    > 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[/color]

    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/>

    Comment

    • eSolTec, Inc. 501(c)(3)

      #3
      Re: Open Existing Form in Panel 2

      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

      "Herfried K. Wagner [MVP]" wrote:
      [color=blue]
      > "eSolTec, Inc. 501(c)(3)" <eSolTecInc501c 3@discussions.m icrosoft.com>
      > schrieb:[color=green]
      > > 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[/color]
      >
      > 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/>
      >
      >[/color]

      Comment

      Working...