Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlink
Message
 
To
17/02/2000 21:53:40
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00333594
Message ID:
00336002
Views:
20
>>How can i put a Hyperlink in my menu
>>And can i open outlook with a predifine adrese.
>>
>>
>>
>>Ben
>
>DECLARE INTEGER ShellExecute IN Shell32.dll LONG, STRING, STRING, STRING, STRING, LONG
>
>=ShellExecute(0,"Open","mailto:esmoore@texas.net","","",0)
>
>This will open the default mail reader with a message addressed to me.
>
>The same exact function is used to open the default web browser aimed at a given website:
>
>=ShellExecute(0,"Open","http://www.levelextreme.com","","",0)

Thanks Erik it's help me
Where can i find some good documentation about "ShellExecute" and "Shell32.dll"


Ben
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform