otherside
Centurion
Does anyone know the best way to create a wizard inside an application in vb ? I have some specific operations in my software that requires a specific way to enter some data. I found the best way to do it is to create wizards, (since the program must be able to be used by dummies).
So i need to create a dozen wizards for several things. Every wizard will have about 4-10 sreens. All the data from all the screens will have to be collected at the end of the wizard and sent to a function (DB related).
Also the wizards must have next and back buttons just like for example the installers of programs have.
I've had several ideas... But my knowledge is not that wide, so i'm looking for a better one.
So i need to create a dozen wizards for several things. Every wizard will have about 4-10 sreens. All the data from all the screens will have to be collected at the end of the wizard and sent to a function (DB related).
Also the wizards must have next and back buttons just like for example the installers of programs have.
I've had several ideas... But my knowledge is not that wide, so i'm looking for a better one.