O.P. Visual Basic and Registry
How would I make my VB program handle out side commands? Such as, I would like to when I right click a file and click my program in the right click menu it will send a command to my program and my program will handle that file as coded in the program.
So far, I got my program to show in the right click menu by editing the registry. I have it now so it opens my program. But what I really want is when my program is click in the right click menu; I want that file that was right clicked to be moved to a different folder in the computer.
How could I set it up so my program will get the file name of the right clicked file and do the required commands coded in the program to handle that file?
I’m using Win XP.
|