Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the Company Name from the EXE during runtime.
Message
From
21/02/2005 13:06:35
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
00988897
Message ID:
00988910
Views:
45
>>Hi all,
>>
>>How can get the Compnay Name I placed in the Project Manager - Project Info dialog during runtine of the compiled EXE. I beleive I can get it from the aGetFileVersion function, but I do not know if it is a function in 6.0, and I do not know how to obtain the full path to the running EXE.
>>
>>Thanks in advance.
>
>
>This function exists in VFP 6.0
>
>full_exe_name = SYS(16,1)
>AGETFILEVERSION(aFver,full_exe_name)
>? aFver[2]
>
Thanks.
Greg Reichert
Previous
Reply
Map
View

Click here to load this message in the networking platform