I suceed in associating a file to my program but can't get the program to open the file, can anyone help and also explain how to use the "program.exe %1" statment,
Thanks
Printable View
I suceed in associating a file to my program but can't get the program to open the file, can anyone help and also explain how to use the "program.exe %1" statment,
Thanks
What code are you using? "program.exe %1" probably is the shell command keys default value for your file type, you just have to enter the path to your exe and make your app interpret the command line.
How do I get it to it interpret the command line ?
The command$ function returns the whole command string, if you have %1 in registry it will return the file name
Msgbox Command$