CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    5

    How do I create a wizard app?

    I'd like to create a simple "Wizard" based application much like many of Microsoft's wizards. I can think of several ways to do this (eg. multiple forms, frames, a tabstrip control etc) but I was wondering if there are any code samples demonstrating this or if anyone has a good idea.

    Thanks!
    Dave



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How do I create a wizard app?

    VB 6 comes with an Add-in for creating wizards.
    it is called Wizard Manager.
    Find it on the Add-In menu.
    By default it creates wizards that can be easily used for creating VB addins.
    But, it's only a few lines of code to change that.
    I've recently written a couple of wizards using that add-in and I can tell you it's really easy and the result looks good and it saves lots of work.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured