Hey everyone! This is my first post, you have been recommened to me by a friend at work, so here i am, asking my first question, which has been frying my brain for a while...
I have a VB project where the output needs to be 4 peices of data.
-'ParentVHD'
-'OS'
-'Language'
-'Other'
The user has the option to select from several radio buttons, on the radiobutton_checkchanged method, the relevent data is displayed in text boxes.
Currently, all this data is hard coded, and if anyone wishes to change it, it's a pain in the ass So, i wish to use an XML file to store the data.
I have coded a small sample project which contains:
-Full sample VB Project with pseudo code
-XML file, designed how i need it, filled with appropriate data
My Request:
Fill in the psuedo code to make the project work. Feel free to change around how it works / create functions etc.. This is just a sample project based on my final solution.