Hi. I have an online registration proc, which gets the user to enter some
info, then executes another routine as below. Problem is, there is no wait
for the external dialog (the mail routine) to complete. It works, but is
messy. Can anyone suggest how to hold it till the mail box has minimized.
ExecuteFile('mailto:[EMAIL PROTECTED]?subject='+regstring, '', '',
SW_SHOWNOACTIVATE);
Application.HelpJump('OnlineOrder');//this executes immediately.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz