how to make a wizard in vb 2008

wolfgang959

New member
Joined
Jun 7, 2009
Messages
1
Programming Experience
Beginner
hi everyone i am very new to vb 2008, what i want to achieve is a website generator (that makes the same type of website and its not a WYSIWYG builder either) wizard (like an installation wizard) so i want like a sequence of forms that allows the user to select the options they want and then that extract the bits of HTML from the database and appends them to your page in progress.

so i will need a series of forms that are shown in order, each one gathering a different bit of information. I'd recommend having an overall routine that takes responsibility for showing the correct form in sequence (assuming that you have a "forward" and a "previous" button on each form).

how can i achive this thanks and does anyone have any tutorials on sommit like this.

thanks josh
 
Back
Top