Is there a way to embed a WinForms app in a web page (assuming the browser is running on a machine with .NET)?
No... I want the WinForms app to live inside a web page... not just be launched / installed from the web.
JoelFan
2009-10-13 22:48:01
That's not possible. You could do it with ActiveX.
Daniel A. White
2009-10-13 22:48:52
Or ActiveX.......
Gurdas Nijor
2009-10-13 22:49:49
+1
A:
Based on your comment above, you might want to convert to Silverlight-
Gurdas Nijor
2009-10-13 22:49:35
A:
You can embed winforms controls in a page, but it only works on IE.
Joel Coehoorn
2009-10-13 23:05:28
A:
You can create an ActiveX control in .Net:
http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx
I'm definitely not saying you should, but you can.
MusiGenesis
2009-10-14 00:28:14