i have a vb.net windows forms application. I want to read in an xml file and populate a combo box
Here is the an example of what will be in the xml file
I want to read in the information from the xml file and have the Name be the text entry (what is displayed to the user) for a combo box and the value be the value of the combo box... for the life of me I cant figure it out