i have an MDI application, which reads child forms from seperated form classes, each built into their own dll which i just reference.
I now want to make this more dynamic by having an XML file which will determine the sequence / flow of the forms to be opened, and thus a SUB which will take the...