views:

13

answers:

1

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

Please Help Thanx Alot!

A: 

Check out this tutorial.

digitxp