c# - Hosting a Form's content inside of another Form? -
i need host windows form inside form, iframe
in html. however, using multi-document interface causes form's window controls rendered well. need only content of form rendered. how this?
i have application this.
for contained form, set .toplevel = false, formborderstyle none , set dock property fill.
in parent form, have split panel , add contained form the panel want in.
i don't remember why didn't want go usercontrols more, years ago. seem recall having reason though. of contained forms use usercontrols.
Comments
Post a Comment