> Sir
>
> it's possible can get icon , and it's location
>
> thanks in advance
Add this definition
#DEFINE ASSOCSTR_DEFAULTICON 15
and use the constant as the
str parameter of AssocQueryString(). In case of a successful return, the filename will be in the form of a full path filename, a comma, and an index. For example, for ".prg", that will be (HOME(1) + "vfp9.exe"), as the resource file path and name, and "-102" as the index. This represents the icon with the ID 102, which holds the PRG icon.