Re: Detecting installed applications for specific file type
- From: "Tom Serface" <tserface@xxxxxxx>
- Date: Mon, 30 Jan 2006 10:30:46 -0800
You're right Joe. It's stored in the registry under with the document type
and icon to be displayed in Explorer. If there were more than one it would
cause a conundrum for Explorer (trying to decide which to use). However,
there is also a list of "Open With..." in case a type is opened with more
than one application. It is retained as a history.
You can look under HKEY_CLASSES_ROOT for the extension type (I.E., .doc) to
get the document name then look under the document name to get the
information about which program starts it.
Tom
"Joseph M. Newcomer" <newcomer@xxxxxxxxxxxx> wrote in message
news:25kst1tnc8crlrcj8incoms45qbpvepj4c@xxxxxxxxxx
>I haven't looked at this in several years, but my memory is that no more
>than one
> application is regsitered per file extension. So even if you have twenty
> programs, only
> one is the program that is launched by double-clicking the file of the
> appropriate
> extension.
> joe
>
.
- References:
- Detecting installed applications for specific file type
- From: Erik Jälevik
- Re: Detecting installed applications for specific file type
- From: Joseph M . Newcomer
- Detecting installed applications for specific file type
- Prev by Date: Re: Book recommendations?
- Next by Date: Re: MFC static linking and VS 2005 Standard?
- Previous by thread: Re: Detecting installed applications for specific file type
- Next by thread: Re: Detecting installed applications for specific file type
- Index(es):
Relevant Pages
|