如何将Windows应用程序集成到Web应用程序中 [英] how can i integrate windows application in web application

查看:85
本文介绍了如何将Windows应用程序集成到Web应用程序中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好.我是将Windows应用程序集成到Web应用程序中的新手.

我开发了一个Windows应用程序,并且希望将其集成到Web应用程序.
有可能做到这一点.如果可以的话,可以向我解释.




hello to every body. i am new for integrate windows application in web application.

i develop one windows application,and i want to integrate it to web application.
is it possible to do it. if possible than explain to me how can i do it.




thanks in advance!

推荐答案

如果您的意思是集成",则可以使用浏览器控件将Web应用程序放置在Windows应用程序中.如果您想让Web应用程序执行与Windows应用程序相同的操作,那么它的难易程度取决于代码的编写程度.如果您的业务逻辑在dll中,那么您应该能够使用具有新表示层的dll编写新应用.

您需要定义集成"来获得清晰的答案,而不是获得各种不同的答案.
You can use a browser control to place a web app inside a windows app if that''s what you mean by ''integrate''. If you mean you want a web app to do the same things as a windowsapp, how easy that is, depends on how well written your code is. If your business logic is in a dll, then you should be able to write a new app using the dll with a new presentation layer.

You need to define ''integrate'' to get clear answers instead of the variety of different responses you have got.


您的意思是您需要使用已开发的窗口创建网站或Web应用程序应用

转到"Visual Studio">文件">新建项目",选择要使用的C#或VB,然后在其中选择Web


使用Aspx页面创建ui In代码后,您可以纠正已经编写的代码...
You mean you need to create a website or webapplication with your already developed windows application

Go to Visual Studio>File >New Project Select C#or VB which one you are using and Select Web inside that


Using Aspx page create the ui In code behind you can right your already written code...


没有任何捷径可以集成此代码.您必须从零开始设计所有页面(Web).您可以实施与您已经实施的登录相同的登录名.最重要的是,如果要创建Web应用程序,则还必须为此进行状态管理
There is no any shortcut to integrate this. You have to design your all pages(Web) from scrach. You can implement the same login which u already implemented. Most Important things,You have to also do State Management for this if you are creating web application


这篇关于如何将Windows应用程序集成到Web应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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