not sure how to go about this.. this is my second project so any advise where to look for, etc will be much appreciated..

so the project is, create a windows form (with text fields, drop downs, etc) where all the settings (size, position, etc of the text fields) are to be read from an xml file..

i've gotten comfortable coding a console app.. now this is using the windows form.. so all new..
creating the form using the form designer is easy (drag, drop, etc), but the appearance of the this form with these text fields (for input) will be based on an xml file

thanks again in advance..