Hi guys :)
I want to add extension that my application will support, however where does the file argument appear...
does it add here:
static void Main(string[] args)
or what
How do I get the Filename and location
P.S.
this is Graphical Application

Opening application with file
EdwinLam
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pippo]
@ =appname
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\appname]
@="Pippo file"
"EditFlags"=hex:00,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\appname\DefaultIcon]
@="C:\\apppath\\appname.exe,0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\appname\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\appname\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\appname\shell\open\command]
@="\"C:\\apppath\\WinRAR.exe\" \"%1\""
laszlo.gosztola
Jean St-Arneault
How can I actually know I am being run with a file and I need to know it's location.