Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxtray sample in solution.pjx
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00811478
Message ID:
00811889
Views:
27
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform