Alistair,
Thanks for providing us with this.
----- Original Message -----
From: "Alistair George" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Monday, August 04, 2003 4:29 PM
Subject: [DUG]: URLEncode
> Mailstring := 'mailto:' + '[EMAIL PROTECTED]';
> MailString := MailString + '?Subject=' + 'Back4WinXP) Bug Report';
> MailString := MailString + '&Body=' + 'System Information:'+'%0A' +
SystemS;
> MailString := StringReplace(MailString, ' ', '%20', [rfReplaceAll]);
> ShellExecute(Application.Handle, nil, pchar(Mailstring), nil, nil,
SW_SHOWNOACTIVATE);
> end;
.....are you looking forward to receiving mail from all of my customers?
(not that they would ever need to file a bug report of course).
Just joking
Trevor
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/