stupid question.

  • Thread starter Thread starter tolkien
  • Start date Start date
T

tolkien

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Form Refresh 1
Brakepoints 1
Downgrading from Windows 11 1
linking Forms 1
How to open new Form and close current Form? 3
Modal Form from a child form 2
Keep Key Pressed 2
Databinding 1

Back
Top