Parent form
(Working with Delphi) I have got a windows form in .NET and I pass to my .Net application a vcl form handle (from delhi5). I want to create the .Net form as a child form of this vcl Form. In Delphi5 I would have done it by calling NetForm := TNetForm.Createparnted(vclForm.Handle). Any idea how to do it in Delphi 8 .Net? thanks