Robert Meek wrote: > In my application, the user selects a data file, for example a .doc > file which on most systems will be registered to open with Microsoft Word. > How can my application find out if it has a registered application, what > its > registered application is, and return the path and filename of it to the > user without actually launching the data file?
Have a look at the AssocQueryString function and related functions. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

