11-06-2012, 05:11 AM
I am not a master at the VB language. I am fairly new to actually trying to learn the language. I am writing a program, that requires that needs to do the following things:
* Read the XML document
* Create a ToolStripButton for each childnode in the XMLDocument with the text <name>
* Add handlers tI each button created that, when clicked, will navigate a web browser to the text in one of the other childnodes <URL>
* Change other properties according to diffrent buttons to diffrent child nodes.
I might have child nodes wrong, I'm not a master at XML documents.
But if you need to see the code I previously tried, I'll have to get on my computer when I get home.
I know how to do it in c#, but how would I do it in vb?
* Read the XML document
* Create a ToolStripButton for each childnode in the XMLDocument with the text <name>
* Add handlers tI each button created that, when clicked, will navigate a web browser to the text in one of the other childnodes <URL>
* Change other properties according to diffrent buttons to diffrent child nodes.
I might have child nodes wrong, I'm not a master at XML documents.
But if you need to see the code I previously tried, I'll have to get on my computer when I get home.
I know how to do it in c#, but how would I do it in vb?