Hey Guys
I have an exported function from a dll, i call it with rundll32.exe when i double click a file. I was wondering how i get the filename of the file that has been double clicked.
Cheers
Peter
Printable View
Hey Guys
I have an exported function from a dll, i call it with rundll32.exe when i double click a file. I was wondering how i get the filename of the file that has been double clicked.
Cheers
Peter
That depends on how you use the shell command that starts rundll32
Most likely you won't get it. dlls are not supposed to be stand-alone, they should always be accompanied with an exe file.