Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wscript.shell
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00364108
Message ID:
00364389
Views:
33
>>That'd be the WorkingDirectory property.
>
>Is there a property for the attached Icon as well?

Hi George,

Yes, you'd use the IconLocation property:
* Assuming oShell is the object
* Icon embedded in the exe
oShell.IconLocation = "c:\mypath\myexe.exe, 0"
* An icon file
oShell.IconLocation = "c:\myicons\myicon.ico"
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform