开发者

Silverlight file type association

Is there a way to associate a file type (i.e., extension) with a silverlight application that has 开发者_如何学Cbeen installed as an out-of-browser application?

I would like to associate a particular file extension with my app and allow double-clicking on those files to open them in the silverlight application.


No, I don't believe that is possible.

The only way to open files outside of isolated storage is by using the OpenFileDialog which has to be initiated from the Silverlight application.

Your application does not know about the local filesystem. It only knows about the file that the OpenFileDialog passed to it.


It may be possible to cause a double-click of a file to launch the out-of-browser application. However that won't be any use unless you can then access the file that was clicked and access its contents in someway. This sort of thing is deliberately designed out of Silverlight.

So the answer to your question is most likely yes but it won't be very useful.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜