Windows sendTo Context Menu for Adobe AIR?

孤街醉人 提交于 2019-12-13 04:34:01

问题


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

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!


回答1:


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.

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/



来源:https://stackoverflow.com/questions/10044027/windows-sendto-context-menu-for-adobe-air

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