Hi all,
I'm brand new to daniweb and fairly new to vb.net and am trying to get my head wrapped around looping through an XML file to create toolstrip buttons in VS 2013 vb.net.
i have searched all over google and youtube and now im totally confused.
I'd like to ask if anyone is willing to create some sample code that will create a few toolstrip buttons within a toolstrip/toolstrip container.
lets assume the windows form already has the toolstrip container and the toolstrip (with default names) and all we need to do is loop through the XML and create the buttons.
the end result would be a form with 4-5 buttons named something like button1, button2, button3 etc...
im thinking if i can see the XML structure and how it relates to the loop that creates the buttons, I will finally pick up on whatever im missing.
Id like to be able to just paste your sample code into a new project and then study it and figure out to how incorporate it into my project.
thank you in advance for taking hte time to help a newb.
Chris.