的Windows的SendTo上下文菜单针对Adobe AIR?上下文、菜单、SendTo、Windows

2023-09-09 21:54:59 作者:青瓷

我想知道,如果有任何方法,使下面的(至少在Windows中):

I would like to know, if there is any way to enable the following (at least in windows):

在本地文件系统中的任何文件,单击鼠标右键,选择SENDTO并将文件发送到Adobe AIR应用程序(上传宗旨,为例子)。 AIR可以处理通过invoke事件,但我怎么能做到这一点从窗户边 - 如何可以将AIR应用程序自身注册为一个SENDTO选项

right-click on any file in local filesystem, choose sendTo and send the file to an adobe air application (for upload purpose for example). AIR can handle that via INVOKE Event, but how can I achieve this from the windows side - how can an AIR application register itself as a sendTo Option?

任何机会,以实现这一目标? 谢谢!

any chance to achieve this? thanks!

推荐答案

我相信这样做会编写修改Windows注册表以包括您的应用程序挂钩一个bat文件的方式。

I believe the way to do this would be to write a bat file that modifies the windows registry to include a hook for your application.

看起来这是一个过程,我相信有一种方法来自动完成这个(对不起,我忍不住在这里,我不熟悉任何的Windows API的)

Looks like this is the process, I'm sure there is a way to automate this (sorry, I can't help here, I'm not familiar with any windows api's)

http://www.howtogeek.com/howto/windows-vista/add-any-application-to-the-desktop-right-click-menu-in-vista/