Hi John, You will need to set up the file extension in the registry HKEY_CLASSES_ROOT and associate your program with the open command. You can do this on the machine by going into Windows Explorer/Tools/Folder Options/File Types, or a better way is to add code to the start up of your application to check and set it accordingly. This means the user has to run your program once to set the association.
Regards, Laurence Bevan > Hi all > > What code do I need in the application to open the application when an > associated file is clicked? > > TIA > John > _______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi
