Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 2005 > Visual Basic 2005 Basics
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 27th, 2006, 06:43 PM
Authorized User
 
Join Date: Mar 2006
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default How do I program a multi-menu application?

Here is an example of the type of thing that I need to do using Visual Basic Express:

Let's say that you are ordering a vehicle. First you pick the vehicle type:

Sedan

Sport Utility

Mini Van

Pickup Truck

Then, depending on which you selected, you get a list of exterior colors. Different colors are offered for each different vehicle type.

Then you are offered;

Leather seats

Cloth seats

Then you select an engine size. Different engines are offered for each different vehicle type.

Then you select a transmission, etc.

I prefer to use RadioBoxes with one of the RadioBoxes preselected as a default. Then I would like to have a Button1 labeled "Next" and a Button2 labeled "Back".

Where can I get a sample program that does this type of thing?

I tried to program it, but, the Button1_Click event or RadioButton1_checked_changed subroutines didn't work out because they caused me to get "lost". I need control to return to my next line of code after the user makes his selection.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Application popup: Program.exe not24 C# 2 March 22nd, 2005 01:06 PM
How to program a multi-user ASP web app? James Diamond Classic ASP Basics 17 February 24th, 2004 06:52 AM
How to program a multi-user app James Diamond Classic ASP Databases 1 February 2nd, 2004 11:48 AM
How do I program a multi-user app? James Diamond Classic ASP Professional 1 February 2nd, 2004 11:47 AM
Application multi-user password. mosart VB Databases Basics 2 June 16th, 2003 02:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.