Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write Code In Visual Basic The problem is to lookup and return some information about various US States. Normally you would use a da 2)

Write Code In Visual Basic

image text in transcribed

The problem is to lookup and return some information about various US States. Normally you would use a da 2) tabase for this, but we are going to do this in a simple application. Your application need only handle 5 different states. Let the user specify the 2 letter abbreviation for the state about the state by typing it into a textbox and then press a button. The application should display three things (say the Full name, state capital, and If you have ever lived in that state). Display the information in labels on the form. Put your name at the top of the form Your logic should handle 5 different states . . the user enters an unknown state, give an appropriate message in a Label on the form (No Messagebox) If the user does not enter any input, a different error message than the one shown above should be shown. .If the state is known, display appropriate information in labels on the form. .The Enter key should process the user input The Escape key should Exit the form. After processing the input and displaying the result, o Clear the input text box o Place the cursor in the textbox to make it easier for the user to enter another state abbreviation. If there is an error, place it in the label at the bottom. . Don't Crash . No need for comments Your Name Here Enter a State Lookup State Abbreviation State Name State Capital I have lived in the state Exit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Demystified

Authors: Andrew Oppel

1st Edition

0072253649, 9780072253641

Students also viewed these Databases questions

Question

undertake an initial analysis of your data;

Answered: 1 week ago