How do I go about (programmatically) associating files created by my App with a particular icon, and how do I ensure that the app is run and loaded with a file when double-clicked - all in the same way that an App like MSWord does it

Thanks in advanc
Rich

Re: File Association by Richard

Richard
Fri Feb 27 08:20:07 CST 2004

The easiest way is to use packager.exe. Simply goto start, run and type in
packager. At this point, you import your file and then change the icon to
whatever you want.

"RichLee" <anonymous@discussions.microsoft.com> wrote in message
news:61FCCB29-6F70-4231-B940-E1AFF7BC741D@microsoft.com...
> How do I go about (programmatically) associating files created by my App
with a particular icon, and how do I ensure that the app is run and loaded
with a file when double-clicked - all in the same way that an App like
MSWord does it?
>
> Thanks in advance
> Rich



Re: File Association by hirf-spam-me-here

hirf-spam-me-here
Fri Feb 27 08:33:22 CST 2004

* "=?Utf-8?B?UmljaExlZQ==?=" <anonymous@discussions.microsoft.com> scripsit:
> How do I go about (programmatically) associating files created by my
> App with a particular icon, and how do I ensure that the app is run and
> loaded with a file when double-clicked - all in the same way that an App
> like MSWord does it?

You can do this in the setup project.

- or -

<http://www.mentalis.org/soft/classes.qpx>
-> "FileAssociation"

--
Herfried K. Wagner [MVP]
<http://dotnet.mvps.org/>
Website Address Changed!

RE: File Association by anonymous

anonymous
Mon Mar 01 02:56:05 CST 2004

Thanks guys.