xml

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • iwdu15

    #1

    xml

    hi, im just starting to come from ini files to xml and i have no idea how to
    do it. i want to take information from textboxes (6) and save them in 6
    catagories. then, later i want to b able to be able to call each item in each
    catagory and group them together, asin all first itmes show on the same line
    of a rich text box, all 32nd etc...are there any good website that explain
    and show how to do XML...thanks
    --
    -iwdu15
  • Cor Ligthert [MVP]

    #2
    Re: xml

    Iwdu,

    Have a look at our VB-tips website to this sample.



    Reading of a dataset you do with
    ds.readxml

    Writing you do with
    ds.writeXML (have as well a look at the writexmlmode as you are busy with
    that)

    http://msdn.microsoft.com/library/de...classtopic.asp

    I hope this helps,

    Cor


    Comment

    Working...