How to view windows form control library in a web page

A

ahmed fathi

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
 
B

Ben Voigt [C++ MVP]

ahmed said:
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.
 
S

Sheng Jiang[MVP]

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.
 

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