G
Guest
I am developing an application which should enable its user to create a file.
Now, my application will be able to open that file to enable the user to edit
it, etc. Since long time ago, i've been trying to do this: go to windows
explorer and double click the file that was created and then.. the
application should magically open and load the file. I've been able to make
the application run when this happens (it's very simple) though i can't load
the file (because i don't know which file is it ). I'm sure that when
this happens, windows will send some kind of arguments or data to the
program. However, i cannot get this information and, thus, cannot open the
file when the user double clicks on it.
Help please!
Now, my application will be able to open that file to enable the user to edit
it, etc. Since long time ago, i've been trying to do this: go to windows
explorer and double click the file that was created and then.. the
application should magically open and load the file. I've been able to make
the application run when this happens (it's very simple) though i can't load
the file (because i don't know which file is it ). I'm sure that when
this happens, windows will send some kind of arguments or data to the
program. However, i cannot get this information and, thus, cannot open the
file when the user double clicks on it.
Help please!