Best way to divide a windows form into two separate forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • news.microsoft.com

    Best way to divide a windows form into two separate forms

    I have a form that shows my name on the top half and my address on the
    bottom half. Is it possible to divide this form into two separate child
    forms (inside MDI form)?

    Thanks.


  • vaughn

    #2
    Re: Best way to divide a windows form into two separate forms

    The way I did it was instantiating the same window, moving/deleting the
    necessary controls, and resizing the child window.


    "news.microsoft .com" <VM> wrote in message
    news:#6pqiGTgDH A.3416@tk2msftn gp13.phx.gbl...[color=blue]
    > I have a form that shows my name on the top half and my address on the
    > bottom half. Is it possible to divide this form into two separate child
    > forms (inside MDI form)?
    >
    > Thanks.
    >
    >[/color]


    Comment

    • vaughn

      #3
      Re: Best way to divide a windows form into two separate forms

      The way I did it was instantiating the same window, moving/deleting the
      necessary controls, and resizing the child window.


      "news.microsoft .com" <VM> wrote in message
      news:#6pqiGTgDH A.3416@tk2msftn gp13.phx.gbl...[color=blue]
      > I have a form that shows my name on the top half and my address on the
      > bottom half. Is it possible to divide this form into two separate child
      > forms (inside MDI form)?
      >
      > Thanks.
      >
      >[/color]


      Comment

      Working...