Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple way to launch email and web browser?
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00521301
Message ID:
00521307
Views:
28
Hi!
DECLARE INTEGER ShellExecute IN SHELL32.DLL ;
      INTEGER nWinHandle, STRING cOperation,;
      STRING cFileName, STRING cParameters,;
      STRING cDirectory, INTEGER nShowWindow
ShellExecute(0, "", "mailto:yourmail@hotmail.com", "", "",1)
ShellExecute(0, "", "http:\\www.microsoft.com", "", "",1)
>Hi - I wondered if anyone could point me in the right direction - is there an easy way form within VFP to launch an email with a predetermined email address and also is the a way to launch a users web browser with a predetermined URL?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform