i made a program that manage file (picture text etc.), and i want when i right click the file and select open with->myprogram, it do the function that add the file to my program! (similarly WinRAR)
how can i do that?!!
Open file with my programOpen file with my program
Page 1 of 1
2 Replies - 977 Views - Last Post: 26 April 2009 - 09:32 AM
Replies To: Open file with my program
#2
Re: Open file with my program
Posted 26 April 2009 - 08:46 AM
lcyhoho, on 26 Apr, 2009 - 07:45 AM, said:
i made a program that manage file (picture text etc.), and i want when i right click the file and select open with->myprogram, it do the function that add the file to my program! (similarly WinRAR)
how can i do that?!!
how can i do that?!!
to open something use
shell ("location and extention of thing to open")
then followed by dos style commands
#3
Re: Open file with my program
Posted 26 April 2009 - 09:32 AM
Maaan read the post well!
Ok...
Translation: (due to bad English)
- He wants to add a functionality of opening files in his app.
- He wants to register his app into the list of programs installed (similar to installers) so that he can do Right click -> Open with... -> His app.
So, I canīt really help you, because I didnīt do anything like registering my applications into the installed programs (which can show in "Open with...")
But I do know one thing:
- You will need both installer and uninstaller.
Hope this helps other to solve this problem.
Ok...
Translation: (due to bad English)
- He wants to add a functionality of opening files in his app.
- He wants to register his app into the list of programs installed (similar to installers) so that he can do Right click -> Open with... -> His app.
So, I canīt really help you, because I didnīt do anything like registering my applications into the installed programs (which can show in "Open with...")
But I do know one thing:
- You will need both installer and uninstaller.
Hope this helps other to solve this problem.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|