Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlink
Message
From
17/02/2000 21:53:40
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00333594
Message ID:
00333878
Views:
17
>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)
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform