Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxtray sample in solution.pjx
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00811478
Message ID:
00811889
Vues:
28
This message has been marked as the solution to the initial question of the thread.
Hi Dave,

According to systray_readme.htm, this calsss should work with icon embedded into EXE but it doesn't because of a bug in it. Try to change following line in the LoadIcon method of the class.
COPY FILE (cIconFileName) TO (cTempFileName)
* with
STRTOFILE(FILETOSTR(cIconFileName), cTempFileName)
>I noticed in VFP8 they added a sample for creating a foxtray icon. It works great, but when I moved it to a test.exe and tried to distribute it the icon does not work. So I tracked it down and it must be on disk and in a location specified. Even though I had it included in the EXE it still had to be distributed. Does anyone know how I can get it to work without distributing the ico?
>
>Thanks,
>Dale
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform