Hi,

Is there any way of creating an instance of a form when you do not know the name of the base form (if that is the correct term) until it is selected at runtime? I.E. Can you let the user select the base form and then store it in a variable which you can then use to create the instance?

We used to be able to do this easily in DOS programmes using a process called "Macro Substitution". I take it this is not available in VB.NET?