Visual basic program-user look up information


Question 1: Make a Visual Basic program which lets the user look up information:

A) Pick something to lookup (city and zip code, state and capital and so on).

B) Use list boxes for input, use labels for output.

C) All buttons and other objects should be named with appropriate names;

D) When the item is chosen, display the results.

Question 2: Make a Visual Basic program which computes pay.

A) Use 2 scroll bars to choose the hours worked (an integer) and hourly rate (a double).

B) All buttons and other objects should be named with appropriate names;

C) When either scroll bar changes utilize a general sub to calculate pay.

D) If hours is less than or equivalent to 40, the pay is simply hours times rate.

E) If the hours is more than 40 the first 40 hours are paid at the regular hourly rate. Each overtime hour is paid at 1.5 times the hourly rate.

F) Display the pay in a label formatted to 2 decimal places.

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: Visual basic program-user look up information
Reference No:- TGS01034

Expected delivery within 24 Hours