How to create a wizard for my Application?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! Guys,:) I am new to .NET Technologies. I am creating a small application and want to include a facility for Backup. The problem is, how to create a wizard which will guide the user for creating backup of database, just like Windows. Like, it will ask for path to store backup, other filteration criteria for data to take backup etc. One approach can be to create a frame for each step and display them as per the user's choice (Back / Next). Is this approach proper? What are the other possible ways? Please, send in your suggestions and / or comments regarding this problem. Thanking you, Ritesh.