I am in the process of creating an application using Visual C# '10 express, using a Windows Form Application Template. What I would like to have the form do, is present an output of text when specific text is entered.

For example:

Area Code: 512
Output Shows State: Texas (and a 800 number corresponding with it) 800-xxx-xxxx


Is it possible for that to happen? Preferably having it show the output within the same window, if not a pop-up window would be a nice touch as well.