Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: API
Miscellaneous
Thread ID:
00128322
Message ID:
00128323
Views:
43
Rodney,


>I have 2 questions
>
>1. Anyone know an API call to retrive version info from an exe ? Example Read the auto-incrementing version in a VFP exe or DLL

Try this:
LOCAL ARRAY laVersionInfo[16]

SET LIBRARY TO FOXTOOLS.FLL ADDITIVE

=GetFileVersion("myexecutable.exe",@laVersionInfo)
This will put version information from myexecutable.exe into the laVersionInfo array.

>2. I was looking at using the Shell_NotifyIcon API call to attempt to run a vfp exe in the task tray however it requires a user defined data type of NOTIFYICONDATA. How do I create this in VFP.

Maybe someone else can help you with this one. I've never used Shell_NotifyIcon.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform