Click here to Skip to main content
15,915,864 members
Please Sign up or sign in to vote.
3.00/5 (4 votes)
See more:
Is there any way that I can embed a windows form to my web page (aspx)?
Posted
Updated 2-Jun-12 22:46pm
v2

Your question can be interpreted in many ways. Here are some approaches you might find of use:
1) As web platform is something really different from a windows like platform, you can NOT make a windows application to be presented as it is via web. Actually you could do this in theory, and only partly. But this would be a huge work. So this one will not work.
2) You can make a windows application to be served via http and to run inside a web browser. This is called frame servicing, and lately virtualization. You can use for this Citrix, Terminal Services or VMWare, since the clients for these can be embedded in a web page.
3) You can create application that can be used both via web and on desktop. There are several techniques for that. Start with WPF and XAML for example.
4) You can create application that has it's logic on server side, and has a web based and a winforms based interface, that is used just for presentation and user interaction.
5) If you can run your app on linux, you can use the X-Windows architecture to have your application GUI ran in a web-enabled X server.
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 4-Jun-12 0:02am    
Even though 1) simple "no" would suffice, 2) I doubt that OP can understand any item except #1 and not sure about understanding of #1, 3) this post does not answer OP's question in its intended sense, I voted 5 for inventiveness and broad understanding of the matter. :-)
--SA
Zoltán Zörgő 4-Jun-12 4:44am    
Thank you :)
No.

This line added to make the message long enough to post...
 
Share this answer
 
No to discourage. Answer is NO. Please share if you find one.
 
Share this answer
 
Answer is No,
You can't add Windows Forms into Web Page.

In my opinion Microsoft didn't create such feature because Web Application is Platform Free (OS) but Windows Forms only Run inside Windows Machine and only after installing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900