IN VB.NET WE CHANGE PROPERTY
IsMdiContainer=True
but how we assign child form
please write the code for this operation
Printable View
IN VB.NET WE CHANGE PROPERTY
IsMdiContainer=True
but how we assign child form
please write the code for this operation
Try setting the property "MdiParent" = mymdiform
thanks