Hi,
I can find many examples on how to get arguments in a console application, but I can't seem to find an example of how to get arguments in a windows form application.
I would like to following things.
- whenever I open a jpg file, windows launches my application.
- I would like to know path and name of the jpg file from my application.
How do i do that?