Hi
I want to specify the parent of a windows form to be a window handle I have
elsewhere in my project which is an unmanaged WIN32 handle. How can I do
this?
If I simple say myform->Parent=mainwnd (where mainwnd is a WIN32 handle) I
obviously get the error Cannort convert from HWND to
System::Windows::Forms::Control
Thanks
Steve Marsden - 07 Dec 2004 15:56 GMT
I forgot to mention I want this in C++
> Hi
>
[quoted text clipped - 7 lines]
>
> Thanks