hi all,
I create a Windows Application in C# but i want to run that In A Browser. If it is possible. pls help me.
hi all,
I create a Windows Application in C# but i want to run that In A Browser. If it is possible. pls help me.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Jul 2, 2011, 1:33 AM
I think you can use a click-once setup to allow a client system to download and execute the application. I am not sure of the details. Do you think that might work?
Otherwise consider this a learning experience. Now you know why you need to learn other things such as Silverlight.
Abhimanyu K VatsaPosted Jul 1, 2011, 1:58 AM
Krishna GaradPosted Jul 1, 2011, 12:30 AM
1. Run windows app in browser
2 Run the windows app from browser.
What kind of requirment you have?
If you have requirment one then it's not possible because Browsers understand only http language means request and response can be done with http only and windows app's are not http based.
If you have requrment two then means you want to run an existing windows app from your asp.net app it can be done with System.Dignostic.Process class take a look to this namespace.
Prasant JinagaPosted Jul 1, 2011, 12:28 AM
It totally depend upon your scenario,For further reference Please refer the following Link.
http://www.visualwebgui.com/Developers/KB/tabid/654/article/running_a_winforms_application_inside_your_web_browser/Default.aspx
H@ppy Coding!!!
Thanks,
Prasant