
Collecting Name and Address Information
Next, you configure each step of your wizard to collect the user data, prompt for an e-mail address, and display the collected data in the completion step.
First, collect the user's name, address, city, state, and postal code.
To configure the first step
Drag one of the handles at the edge of the Wizard control to enlarge the control to about twice its default size.
Click the underlined text Step 1 in the Wizard control, and then click in the edit area to the right of Step 1 in the Wizard control.
You can now edit the display area for step 1.
Type Name.
From the Standard group of the Toolbox, drag a TextBox control next to your text.
In the Properties window, change the ID of the TextBox control from TextBox1 to Name.
Repeat the process, adding captions and TextBox controls (remember to name the controls because you will need to refer to them later) to collect:
Address
City
State
PostalCode
Save the file.