Hi Everyone,

I'm beginner and currently I'm working on simple application on VB Express 2010 and I want it to save some data in XML file.
The XML file is going to look like this:

<XML>
 <Info>
  <X1>some data</X1>
  <X2>some data</X2>
  <X3>some data</X3>
 </Info>
 <Info>
  <X1>some data</X1>
  <X2>some data</X2>
  <X3>some data</X3>
 </Info>
</XML>

This program have one combo box which is showing only "X1" data.
When the user hit the button, I want to massage base on X1,X2,X3 (from same parent).

First of all, I want to know if the XML design is OK for this purpose or not?
And second, I can read "X1" data and show it in combo-box, but how can I get it's sibling (X2,X3) data for further use.

Please let me know if any other info needed and thanks in advance for all your help and consideration.

How do you actually fill the combo?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.