将 WinForms 应用程序发布为 html 5 canvas
我们已经有了一个大小合适的 WinForms 应用程序,我们正在逐步将其替换为 mvc Web 应用程序。
我想找到一种通过屏幕抓取工具或类似工具发布 WinForms 应用程序部分的方法,这样我们就不必在 mvc 中重写完整的应用程序。这对于应用程序中较少使用的部分(如配置等)特别有用。
我对 ThinVNC 进行了一些尝试,它效果很好,但因为它使用屏幕抓取,所以它似乎限制了您可以在任何时候运行和发布的 WinForms 应用程序的实例数量(因为屏幕尺寸仅这么大)。我无法让 ThinVNC 与 RDP 会话一起使用(试图运行多个会话)。
有没有人有任何想法来做到这一点?
We've got a decent sized WinForms application that we are gradually replacing with a mvc web application.
I'd like to find a way of publishing portions of our WinForms application via a screen scraping tool or similar, so that we don't have to rewrite the full application in mvc. This would be especially useful for the the lesser used portions of the application (like configuration etc).
I've had a bit of a play with ThinVNC which works great, but because it uses screen scraping, it seems limited to how many instances of the WinForms app you could run up and publish at any one time (as the screen size is only so big). I haven't been able to get ThinVNC to work with RDP sessions (in an effort to have multiple sessions running).
Has anyone got any ideas of approaches to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Internet Explorer 可以在网页中托管 Windows 窗体:
Internet Explorer can host Windows Forms in a web page: