Hi all,
In one of my MDI Child forms, I want to open another form (for sql parameters) Can I open this form in a panel on the child form? I don't want it to open over the main form.
Thanks
Rudi
Printable View
Hi all,
In one of my MDI Child forms, I want to open another form (for sql parameters) Can I open this form in a panel on the child form? I don't want it to open over the main form.
Thanks
Rudi
I would recommend you take a look into UserControls ;)
You won't get the form controls such as resize and showdialog but I think a UserControl is what you are looking for here ! :)
ummm..... ok??? :confused: