Visual Studio Help

Status
Not open for further replies.

pikachu

Broken In
hi i want to create application in Visual Studio 2008

the app should be like, there is a drop down menu on the right where there are a list of all the states of india, when selected a particular state, the capital, population etc etc should be displayed on the left side
and the created app should be one single exe file (if possible)

please tell me how to do this, or can someone upload a demo so i can edit myself

thanks
 
Last edited:

vandit

In the zone
Dude, this is the simplest of all applications...
add the controls as you said in a Windows Forms application.
Use a database for storing the information of the states. Fetch the information from it during the combobox's Selected item event and display it in a DataGridView (or something more asthetically pleasing..:razz:)
 
Status
Not open for further replies.
Top Bottom