Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

VS 2012 listbox items to xml

$
0
0
Dear friends,
first off all as u may see my english is not perfect and this is my first post.
i have been trying around for more than one week now and i read alot of tutorials but i am confused a bit.
problem:

i want to save my listbox items to xml so i can later on search for items (itemblocks), if the block exist or not.
i already created manualy a xml file . it looks like this:

Code:

<?xml version="1.0" encoding="utf-8"?>
<Data>
</Data>

what i want to do is:

Code:

<Data>
<newelement name of my variable>
listbox item
listbox item
listbox item
</newelement name of my variable>
</Data>

is that possible?

Viewing all articles
Browse latest Browse all 27554

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>