I have a XML file in a configuration similar to the example below, now I have been able to load the XML file into my VB application and populate a Combo Box with all the Location tag infomation.

<Server>
<Location>Home</Location>
<Info1>String</Info1>
<Info2> String</Info2>
</Server>

Now what I can not seem to figure out how to do is that when I select an item from the combo box list. I would like to populate text boxes on the application form with the information from tags Info1 and Info2 based on the Location Tag selected.

Does anyone have any ideas on how to do this? I have been poaring over the MSXML 4.0 documentation all morning with little results.

Cheers,
Thom