P
Patrick
Hello - I'm working on a VB program that uses two radio button collections -
one of State, the other of Capitols. If the state is selected in
collection1, then the appropriate capitol is selected in collection2, and
vice versa.
I thought this would be easy, but it's turning into a pain - all examples
and text I can find refer to different type of collections:
I can figure out how to enumerate which button was selected from the first
collection and how to setup the collections on form load and setup the
parallel values, but how do I select the right radio button in the second
collection? All examples I have are passing text values to a box, or a
picture to a picturebox, not passing a value to a radio button collection.
Any help would be appreciated, and thanks!
one of State, the other of Capitols. If the state is selected in
collection1, then the appropriate capitol is selected in collection2, and
vice versa.
I thought this would be easy, but it's turning into a pain - all examples
and text I can find refer to different type of collections:
I can figure out how to enumerate which button was selected from the first
collection and how to setup the collections on form load and setup the
parallel values, but how do I select the right radio button in the second
collection? All examples I have are passing text values to a box, or a
picture to a picturebox, not passing a value to a radio button collection.
Any help would be appreciated, and thanks!