Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI Send And Continue ? Also Error Handling ?
Message
From
27/11/2001 13:44:30
 
 
To
21/11/2001 11:09:35
Mike Foley
Madec Computing Ltd
Dublin, Ireland
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00579479
Message ID:
00586489
Views:
39
Mike,

Check out ...

http://fox.wikis.com/wc.dll?Wiki~ShellExecute~WIN_COM_DNA

Here is a code snippet from an old UT message (can't remember the author) ...

DECLARE INTEGER ShellExecute IN SHELL32.DLL ;
INTEGER nWinHandle, STRING cOperation,;
STRING cFileName, STRING cParameters,;
STRING cDirectory, INTEGER nShowWindow
ShellExecute(0, "", "mailto:" + lcEmail, "", "",1)

I'm sure there are some better examples in the FAQ section of the UT. Search on ShellExec and/or Ed Rauh.

Good luck!
Malcolm
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform