Skip to content

Tag Archives: occurences

how to use xml to add items such as buttons to my vb.net application?

i want to use xml to add items to my appliction using xml code.i want to define each item in xml.and the program should read it and add those items depending on the number of nodes and the values. <myxm><button name="ok" top="15" left ="10" function="click" do="msgbox" extras="hello world">button></myxm> i want to use the xml like [...]