I have a number of forms in my project that are opened by selecting a menuitem, but I want to give the user the flexibility to decide what menuitem opens what form. In earlier versions of VB, I could refer to the forms collection to achieve this. But in VB.Net it seems that the name of the form must be known at design time e.g dim f as new frmMain. Does anyone know how I can supply frmMain at run-time.
Thanks
erimus
