VB6 and XML - How to Read,Write,Delete,Update...
Hello Everybody,
Is there somewhere a good tutorial about VB6 and XML?
I want to know how to work with XML,
I know ther is XPATH and XQUERY and Other X's.
1)How to Load an XML file to VB6 BUT not to a treeview but to a grid or a combobox or textboxes?
2)How to Add new field (ELEMENT) to the XML file From VB6?
3)How to Delete an ELEMENT From the XML file from VB6?
4)How to PROTECT the XML file?
I think i have more questions but first i need to know the answers to these questions.
Thank you all in advance,
ERAN
Re: VB6 and XML - How to Read,Write,Delete,Update...
Re: VB6 and XML - How to Read,Write,Delete,Update...
There are also a lot of examples in this and the XML forum. Search for MSXML*
Re: VB6 and XML - How to Read,Write,Delete,Update...
Reply To AIS4U,
Thank You for your reply!
I know the first and the last links,but thank for the one in the middle!!!
I will learn it and will try to create some VB6 project with XML.
Best Regards,
ERAN
Re: VB6 and XML - How to Read,Write,Delete,Update...
Reply to MartinLiss,
Thank you MartinLiss for your reply,
I'll do that too.
Best Regards,
ERAN