> Hello all.
>
> Is there a way to dynamically insert a Form in a Panel?
>
> Thanks
To elaborate, you should be able to add the Form instance to the
Controls collection of the Panel instance.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Yes!
>
[quoted text clipped - 3 lines]
>>
>> Thanks
Tom Howes - 11 Jan 2008 23:59 GMT
Nicholas, thanks for the lucid response...
After researching, found :
Jacksparrow1985 & darwind posted examples at :
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=338342&SiteID=1
Works fine.
Thomas.
> To elaborate, you should be able to add the Form instance to the
> Controls collection of the Panel instance.
[quoted text clipped - 6 lines]
>>>
>>> Thanks