I want to write a multiform application but I don't want to use MDI. I have seen this done in other languages, i.e. Delphi. Is there a way you can open a form from within a form and view it in a control such as a panel?
e.g.
Dim frm as new myform()
frm.parent = Me.Panel1
frm.Show()
The above gives me an exception of: Cannot add a top level control to a control.
Geoff.
e.g.
Dim frm as new myform()
frm.parent = Me.Panel1
frm.Show()
The above gives me an exception of: Cannot add a top level control to a control.
Geoff.