Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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't know how to get the file and full path name as parametrs in my prog.

Please Help Thanx Alot!

share|improve this question
1  
This question belongs in StackOverflow. – digitxp Aug 22 '10 at 15:17

migrated from superuser.com Aug 22 '10 at 18:37

1 Answer

Check out this tutorial.

share|improve this answer
1  
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – fglez Aug 21 '12 at 14:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.