There are a few places in the registry where you could add an entry to allow your app to be listed in the "Open with" menu or the "Open with" dialog
Take a look at the following articles : http://windowsxp.mvps.org/openwithadd.htm http://windowsxp.mvps.org/openwithsub.htm http://cybernetnews.com/cybernotes-addremove-programs-in-the-open-with-menu/ On Oct 16, 12:37 pm, Processor Devil <[email protected]> wrote: > ------------------- > now I have other issue with code... I want when someone open .boo file with > no program associated, there is a list of files which Windows recommends to > use, I want my application there as well :) > > 2009/10/15 Processor-Dev1l <[email protected]> > > > > > > > Before I start to explain my problem I would like to say I tried > > googling about this topic but nothing good was found (maybe I just > > don't know what exactly to search). > > > Boo is .NET programming language with syntax of Python. I coded IDE > > Editor for Boo using C# and WinForms. > > I can load the file save it, etc. > > I also asociated .boo files with my editor. When I open the .boo file, > > my application is ran, but nothing is there.... > > I tried to use application args to obtain the filename, but I still > > can't make it working...- Hide quoted text - > > - Show quoted text -
