stupid question.

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

Chris Dunaway

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

Brakepoints 1
How to open new Form and close current Form? 3
linking Forms 1
Modal Form from a child form 2
Keep Key Pressed 2
stupid question, ASP.NET / C# 2
mysqlconnection 1
Databinding 1

Top