Also, I presume you know how to set the application as the default app to be launched when a file of type .boo is clicked. If not, you need to add entries to the HKCR\boo\shell\open\command key (you may need to create the keys).
On Oct 16, 5:34 pm, Cerebrus <[email protected]> wrote: > 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.htmhttp://windowsxp.mvps.org/openwithsub.htmhttp://cybernetnews.com/cybernotes-addremove-programs-in-the-open-wit... > > 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 -- Hide quoted text - > > - Show quoted text -
