Click here to Skip to main content
15,905,414 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to show my windows form in my web application..
Suggestions please..!!
Thank u.
Posted

1 solution

You can launch a windows application from a website using a technology called ClickOnce.

This is a deployment technology for .Net applications which allows your users, as the name suggests, to install the software from the website with a single click.

ClickOnce Deployment[^]

I've also previously addressed some of the pit falls of this approach in a previous answer.

redirecting web page to windows form[^]
 
Share this answer
 
Comments
MAU787 9-Jul-12 0:29am    
i dont want to open a separate window, i just want to show that windows form in web browser..is that possible
Sergey Alexandrovich Kryukov 12-Jul-12 1:18am    
No. It is not designed to work this way, by some apparent reasons. Web application UI is run inside the browser, which "has no idea" about .NET. Forms is a library designed purely for desktop applications, nothing else.
--SA

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