vote up 3 vote down star

On MS Windows, when you double-click a file with an unknown file extension, the OS presents you with a message giving you a a choice of:

1 - Use the Web service to find the appropriate program

2 - Select the program from a list

Is there a way to "register" your file extension with MS (or whoever) to allow your application to show as a result when the "Use the Web service to find the appropriate program" is selected?

flag

How is that programming related? The best possible answer probably is "write them and see if they do anything". – Tomalak Jan 27 at 23:54
"How is that programming related?" How would it NOT be programming related? I cannot think of any other profession/job that would need an answer to this question. It is a concern to me... as a programmer, related to a program I am working on. – James Atkinson Jan 27 at 23:57
Maybe I am too strict, but I see it as "Is about programming" / "Has a solution that involves programming". This question is failing both tests. – Tomalak Jan 27 at 23:59
This "is about programming". IMHO. – seanyboy Jan 28 at 0:16

1 Answer

vote up 3 vote down check

This knowledgebase article outlines what you need to do in order to have your application included in the results for your particular file extension:

http://support.microsoft.com/kb/929149

link|flag
Thanks. Exactly what I was looking for. – James Atkinson Jan 28 at 0:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.