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