when i right click a file and then open it then the command that windows gets is something like: notepad.exe %1, in which the %1 is the file that i clicked.

question, how can i use the %1 file in my visual basic program ?