autoselect in another List box
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Suppose, I am selecting an item from a list box an I would like to change the items in another list box (ListBox2) based on the selection in ListBox1 For Example- in a list Box1 (Title Country) , if I select India, I would Like to change the contents of List Box2 (Title-Cities), I will get the cities of India in List Box 2