Hi all.
I want to be able to stop the 'D:\ is not accessible' when accessing a disk with CDR
unformatted etc (am burning this disk).
But the following does not work in WinXP any ideas? Thanks, Al+
OldErrorMode := SetErrorMode(SEM_FAILCRITICALERRORS);
Try
{$I-} OK:= SaveDialog1.Execute; {$I+} { trap I/O errors }
finally SetErrorMode(OldErrorMode);
end;
if OK then
begin
---------------------------------------------------------------------------
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/