我可以将Windows窗体嵌入到我的网页中吗? [英] can I embed the windows form to my web page?

查看:132
本文介绍了我可以将Windows窗体嵌入到我的网页中吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以将Windows窗体嵌入到我的网页(aspx)中?

Is there any way that I can embed a windows form to my web page (aspx)?

推荐答案

您的问题可以用很多方式来解释.以下是您可能会发现的一些使用方法:
1)由于Web平台与Windows之类的平台确实有很大不同,因此您无法使Windows应用程序通过Web呈现.实际上,从理论上讲,您可以做到这一点,而且只有一部分可以做到.但这将是一个巨大的工作.所以这将不起作用.
2)您可以使Windows应用程序可以通过http进行投放,并可以在网络浏览器中运行.这称为帧服务和最近的虚拟化.您可以将其用于Citrix,终端服务或VMWare,因为这些客户端可以嵌入网页中.
3)您可以创建可通过网络和桌面使用的应用程序.有几种技术可以做到这一点.以WPF和XAML为例.
4)您可以创建在服务器端具有逻辑的应用程序,并具有基于Web和基于Winforms的界面,该界面仅用于演示和用户交互.
5)如果您可以在Linux上运行您的应用程序,则可以使用X-Windows体系结构来使您的应用程序GUI在启用Web的X服务器上运行.
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.


不.
添加此行以使消息足够长,可以发布...
No.

This line added to make the message long enough to post...


否,以阻止您这样做.答案是否定的.如果发现一个,请分享.
No to discourage. Answer is NO. Please share if you find one.


这篇关于我可以将Windows窗体嵌入到我的网页中吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆