I have began building a piece of software that needs to collect a series of information from the user. This information will all be based on what has already been entered. I would like to create a window that has a "NEXT" button in it. As they enter information, they can click NEXT to continue on, similar to how an install wizard works.

My question is... Is there a form type that does this? Or must I create a window with a next button, and when it is clicked, I need to set the visibility of buttons/listboxes/comboboxes/textboxes/etc to false and new ones to true?

Any help is much appreciated! Thanks!

Recommended Answers

All 2 Replies

you can use panel to combine all controls in one place and each time hide single panel when next button is clicked....

Download the sample project..

Download LINK

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.