Re: TZF - Email from Delphi App
Bob Watson <[email protected]> Thu, 18 Mar 2004 14:19:40 -0500
| Newsgroups | gmane.comp.lang.delphi.topaz |
|---|---|
| Message-ID | <[email protected]> |
Thanks Eitan ...
Not trying to be a dummy here, but sometimes
I just cannot help it ... exactly where is the text
of what you are emailing in these examples?
Also, if you had several folks to mail the
same text to, could you do this:
ShellExecute(Handle,
nil,
'mailto:[email protected];[email protected]',
nil,nil,cmdshow);
(Added another email address above.)
I never have been able to understand the power
of the ShellExecute command. You don't have
a web page which explains this better, do you?
By the way, I was using EGBrowse the other
day ... it sure is nice.
Thanks,
Bob Watson
_______________________________
----- Original Message -----
From: "Eitan Gilboa" <[email protected]>
To: <[email protected]>
Sent: Thursday, March 18, 2004 1:37 PM
Subject: Re: TZF - Email from Delphi App
> Two methods I use:
>
> ---------------------
> USES ShellAPI;
> ShellExecute(Handle,
> nil,
> 'mailto:[email protected]',
> nil,nil,cmdshow);
> ---------------------------------------
> procedure Form1.lblEMailClick(Sender: TObject);
> var pCh: PChar;
> begin
> pCh := 'mailto:[email protected]?subject=Sound Developer - Help ';
> ShellExecute(0, 'open', pCh, nil, nil, SW_SHOWNORMAL);
> end;
> --------------------------------------
>
> Best wishes,
>
> Eitan.
> URL: http://perso.wanadoo.fr/eitang
>
>
>
>
--^----------------------------------------------------------------
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?clvXPN.a5kvff.Z2NsZHQt
Or send an email to: [email protected]
For Topica's complete suite of email marketing solutions visit:
http://www.topica.com/?p=TEXFOOTER
--^----------------------------------------------------------------