So the potential solution would be to use a web browser control on a VB6
userform and use the browser to host the .Net Windows form or control?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Herfried K. Wagner [MVP]" <hirf-spam-me-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Jim,
>
> "Jim" <(E-Mail Removed)> schrieb:
>> I'm trying to place my own windows form or user control inside a VB Form.
>>
>> My first attempt used the IOleWindow::GetWindow of the VB Form in order
>> to get its handle. I then used Win32 API SetParent to place my .NET Form
>> inside the VB Form.
>
> Using a VB6 form as host for a Windows Forms control is not supported:
>
> ActiveX control containers that support .NET controls
> <URL:http://support.microsoft.com/?scid=kb;EN-US;311334>
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>