stupid question.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tolkien

    stupid question.

    How can i open a form from another form in the same window?
    Like when i install a program and i press next,next...
    Thanks!!!!
  • Chris Dunaway

    #2
    Re: stupid question.

    On Feb 22, 2:09 pm, tolkien <gvo...@gmail.c omwrote:
    How can i open a form from another form in the same window?
    Like when i install a program and i press next,next...
    Thanks!!!!
    One way would be to create a main form with a panel in it. Then for
    each "page", use another form and then show the form inside the panel
    by setting the forms.Parent property to the panel and the
    Forms.TopLevel property to false.

    Chris

    Comment

    • tolkien

      #3
      Re: stupid question.

      Thanks man!!!

      Comment

      Working...