launching desktop application from silverlight browser

自古美人都是妖i 提交于 2020-01-24 00:55:15

问题


I have developed one web application using silverlight 4.0. Now the requirement is to launch desktop application (could be thrid party or any platform) from the silverlight browser (mostly IE). Moving further I am planning to establish a communication (TCP/MSMQ) channel among them to communicate. The desktop application may or may not be installed at client side.

So is it possible to achive this ?

thanks in advance.... .


回答1:


I am pretty sure, your app is going to be OOB. If not you are out of luck. If you are building it as OOB then take a look at the http://www.codeproject.com/Tips/107947/How-to-launch-external-application-or-file-from-Si this should give you a good start on how to start an external application.The following link should give you how to do inter process communication. http://www.codeproject.com/Articles/93246/Silverlight-Interprocess-Communication-from-Silver



来源:https://stackoverflow.com/questions/14436437/launching-desktop-application-from-silverlight-browser

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!