context-menu

In Java How to get file full path to parameters

Hi, I started simple program in Java. I got form with textbox. I want to know how can I get file name and path by clicking on some file in windows and in the context menu when I'm selecting SendTo->Myprog, It will open my program and will put the full path name to the text box. I know how to put MyProg to the SendTo context menu. I don'...

Javascript: Delaying display of the context menu (Chrome)

I'm trying to dynamically create context menu items in a Chrome extension; this involves sending a request to the main extension process to modify the menu, and blocking the menu from being displayed until a response is sent. I've been experimenting with different solutions all day, and I have yet to come up with one that works. For ex...

C# Windows 'Open With >' Context menu behaviour

I'm writing a C# Windows app to visualise and modify '.build' files (nant scripts). I would like the user to be able to right click on a .build file in windows explorer and select the 'Open With >' option to allow the file to be modified in my app. What does my program need to support in-order to work with this mechanism? What might my ...