How do i get my form to change between different "pages" like in Java's cardlayout?

paul_1966

New member
Joined
Sep 24, 2007
Messages
2
Programming Experience
5-10
How do i get my form to change between different "pages" like in Java's cardlayout?

Hi!

I am creating a VB.net program that should control som lab equipment.
The user should be able to:
- Create a new project, to start a new test session
- Open a project, to start from an ongoing test.

The "create new project" form is displayed with showDialog().

I want the new form to contain a set of "pages" that the user can move
between using "next" and "previous" buttons while setting up the project
properties, just like in a installation wizard.

How is this accomplished in VB.net?


Actually what i am looking for is something similar to Java's cardLayout.

I have tried to use Panels that i can switch between, but adding controls to
a panel does not work in the same nice way as for forms.
 
Back
Top