Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you use ShellExecute()
Message
From
16/09/1998 19:46:46
 
 
To
14/09/1998 10:50:28
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00136184
Message ID:
00137581
Views:
17
>I tried Delaring the command with declare ShellExecute in Win32s16 int, string, string, string, string
>and then calling it but keep getting an error something like "Invalid entry point". Just what is the syntax for calling this function?
>
>Ashley Cottle
>AssureSoft
>AshleyC@cosworth.infotrade.co.uk

Easiest/ Fastest (Least Flexible) way is

oShell = CREATEOBJECT('Shell.Application')
oShell.Open('Mailto:esmoore@flash.net')
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform