开发者

Web browser Control under Citrix environment

I have a web application which is also displayed in a web browser control of a winforms application. MS Word and Excel are installed on Citrix server.

But I want t开发者_JAVA技巧o open a word/excel document on client's machine instead of Citrix server when I click a link on the website (which is displaying in web browser control)

Is it possible?


Citrix supports a mechanism called Content Redirection which can redirect specified filetypes either to server or to client.

See this Server-to-client Content Redirection Explained for an explanation.


In order to communicate with the client computer, you will need to have software running on the client computer to accept and interpret commands from the hosted application.

We had something similar here. Clients needed a way to print to a special printer (for whatever reason the printer was not compatible with citrix). We had to create a "listening" app for the client computer and modified the hosted app to send commands via winsock\tcpip. So when a print job was requested, the hosted app sent command data to the listening app on the client and the client actually started the print job.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜