About Hosting Windows Form control in VB 6 or old ActiveX container

J

Jeth

I know that .NET does not support exporting controls as ActiveX
controls
http://support.microsoft.com/default.aspx?scid=kb;EN-US;311334
http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/

The supported containers are "MFC 7.x" and "Internet Explorer"


Here is my question
1.) I make a usercontrol with .NET windows form
2.) I put this control on an ActiveX make with MFC 7.X and on an HTML
page
3.) I put the ActiveX control on a VB form and I call the HTML page on
a "WebBrowser Activex control" who is on the VB Form.

This work correctly

But does Microsoft Support this?
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (Jeth) scripsit:
I know that .NET does not support exporting controls as ActiveX
controls
http://support.microsoft.com/default.aspx?scid=kb;EN-US;311334
http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/

The supported containers are "MFC 7.x" and "Internet Explorer"


Here is my question
1.) I make a usercontrol with .NET windows form
2.) I put this control on an ActiveX make with MFC 7.X and on an HTML
page
3.) I put the ActiveX control on a VB form and I call the HTML page on
a "WebBrowser Activex control" who is on the VB Form.

This work correctly

But does Microsoft Support this?

I doubt that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top