Hi all.
I want to send bug reports from my app, which includes the users system details.
Can anyone advise:
a) how I can complete the following to include contents eg
Report?Contents+contentsString',nil.....
b) what to use to provide contents info of users system (pref freeware)
Thanks!

  if msgbox('Please read the helpfile thoroughly before sending email' + #13 +
    '        as most information is within' + #13 +
    '     Do you still want to send an email?', 'Bug Report', true, MB_YESNO)
    = IDYES then
    ShellExecute(Application.Handle, nil, 'MailTo:[EMAIL PROTECTED])_Bug_Report', nil,
      nil, SW_SHOWNOACTIVATE);

---------------------------------------------------------------------------
    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/

Reply via email to