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
> 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
Windows controls are neither HTML controls nor ASP.NET controls. They are
not designed to be web page components.
On Apr 22, 6:59 pm, ahmed fathi <ahmedfa...@discussions.microsoft.com>
wrote:
> 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
Here are a couple of links to get you started on hosting WinForms
controls inside HTML:
http://www.15seconds.com/issue/030610.htm
http://blogs.msdn.com/andrewdownum/archive/tags/Control+in+Browser/default.aspx
Bear in mind, though, that this is restricted to Internet Explorer on
Windows, and even then the site that uses it must be in Intranet or
Trusted zones in the user's browser.