Page 1 of 1

Displaying Forms in C#

PostPosted: Mar 2, 2004 @ 1:09am
by tdjuren
I have drawn multiple different forms in C#. What I want to do is display them both in the same main form, what is the best way to do this? Both forms have there own classes with initialization and dispose methods.

Thanks in advance