Click here to Skip to main content
15,905,782 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
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!
Posted

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.
 
Share this answer
 
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...
 
Share this answer
 
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
 
Share this answer
 
You need to provide the link on the webpage from where the web user can download the windows exe or setup and install on his system and then your user can use the windows application.
 
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