I created new project From VC++ .net IDE. CLR->Windows forms control library.
I need to view the control in a web page but I can't.
Your advice is Higly appreciated
Ben Voigt [C++ MVP] - 23 Apr 2008 14:16 GMT
> I created new project From VC++ .net IDE. CLR->Windows forms control
> library. I need to view the control in a web page but I can't.
> Your advice is Higly appreciated
You need to create a web or Silverlight project instead. Windows.Forms
controls can't be hosted in web browsers.
Sheng Jiang[MVP] - 23 Apr 2008 17:34 GMT
IE supports Hosting Winform controls but if your control is written in C++,
you can not guarantee VC Runtime is on the viewer's machine. And the default
security setting is very restrictive.

Signature
Sheng Jiang
Microsoft MVP in VC++
> I created new project From VC++ .net IDE. CLR->Windows forms control library.
> I need to view the control in a web page but I can't.
> Your advice is Higly appreciated