File Association

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 said:
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?
 
* "=?Utf-8?B?UmljaExlZQ==?= said:
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"
 
Back
Top