Results 1 to 10 of 10

Thread: [2005] Creating A Wizard In VB.NET

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    [2005] Creating A Wizard In VB.NET

    Attached is a basic example of how to create a Wizard in VB.NET 2005.

    Thanks to Atheist for pointing out the one thing I was not sure how to do and that is work with a collection of controls (formerly known as a control array.)

    I am using five GroupBox controls for the Wizard. I chose those over Panels because I like the caption feature of the GroupBox.

    This program does not actually do anything other than demonstrate how a Wizard should work.

    For those of you that would like to see how this is done, but do not want to download the actual project, I put the salient portions of the code necessary in the second post of this thread.
    Attached Files Attached Files

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