K
kevin
Hi,
I've done this kind of thing in Win32 using Delphi so I would imagine
there must be an equivalent in WinForms...
How do I embed a form in a panel? This is the most convenient way to
implement an SDI style application (like Outlook) that I know of. Some
hacks that I've seen involve creating an MDI container and creating MDI
child forms that don't have minimize or maximize buttons. If this is
the only solution I'll accept it but I haven't managed to get it to work
properly in .NET either. However, I'd rather not do this - the
embedding would be the best solution.
I would like to be able to replace the embedded form dynamically and I
don't want to have to create user controls to do this. I want to be
able to treat the forms as regular forms in the IDE so that I have the
option of displaying them outside the main window frame as well.
Thanks,
Kevin.
I've done this kind of thing in Win32 using Delphi so I would imagine
there must be an equivalent in WinForms...
How do I embed a form in a panel? This is the most convenient way to
implement an SDI style application (like Outlook) that I know of. Some
hacks that I've seen involve creating an MDI container and creating MDI
child forms that don't have minimize or maximize buttons. If this is
the only solution I'll accept it but I haven't managed to get it to work
properly in .NET either. However, I'd rather not do this - the
embedding would be the best solution.
I would like to be able to replace the embedded form dynamically and I
don't want to have to create user controls to do this. I want to be
able to treat the forms as regular forms in the IDE so that I have the
option of displaying them outside the main window frame as well.
Thanks,
Kevin.