Hi all,
I am currently working through the book beginning
VB 2010 and need to implement a code for two combo boxes.
The first combo box (cboCountry) to display and load all the list of countries and the second combo box (cboState) to display and load all the states for each country in cboCountry.
In addition, I want the user to be able to select any country in cboCountry which will automatically load the states for that country in cboState. How do I do this without having to declare every elements in the two combo boxes manually, i.e. Is there a method to call in. NET Framework4 just like the get date method that display current date and time in. NET Framework4 that can do this?