المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to run desktop application via http ?



C# Programming
05-11-2009, 12:00 PM
Hi
i have seen a desktop application which run via http request on the browser. for example user write a url (problabely ******** of the application in server) in his/her browser and then press enter, the application run in client machine from network (but app is not installed in client machine, only .net framework has been installed in client machine)
how to do this ?
Thanks