Trapping Notifications

Hi all,
Consider the following scenario.
There is no disk present in the floppy drive. The user tries to access the
floppy drive but gets the message that the device is not present & Options
as Abort, Retry & Ignore.
Is there anyway these messages can be trapped, using the OSR filter &
recognzer driver, so that end user doesnt see these messages?
Thanks & regards
Atul

Trapping NotificationsI’m not trying to be rude (although that comes to me
effortlessly :slight_smile: but perhaps questions about OSR’s FDDK ought to be directed
to xxxxx@osr.com.

Mark Roddy
Windows 2000/NT Consultant
Hollis Technology Solutions
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Sudhir_Sambrani
Sent: Monday, May 29, 2000 11:44 AM
To: NT Developers Interest List
Subject: [ntdev] Trapping Notifications

Hi all,
Consider the following scenario.
There is no disk present in the floppy drive. The user tries to access the
floppy drive but gets the message that the device is not present & Options
as Abort, Retry & Ignore.

Is there anyway these messages can be trapped, using the OSR filter &
recognzer driver, so that end user doesnt see these messages?

Thanks & regards
Atul

Please post in plain-text if possible, not everyone uses (or wants to use)
an HTML-enabled mail program.

This is a common dev problem, and one easily dealt with by SetErrorMode().
Look at SEM_FAILCRITICALERRORS option.

Regards,

Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com

-----Original Message-----
From: Sudhir_Sambrani [mailto:xxxxx@Satyam.com]
Sent: Monday, May 29, 2000 8:44 AM
To: NT Developers Interest List
Subject: [ntdev] Trapping Notifications

Hi all,
Consider the following scenario.
There is no disk present in the floppy drive. The user tries to access the
floppy drive but gets the message that the device is not present & Options
as Abort, Retry & Ignore.
Is there anyway these messages can be trapped, using the OSR filter &
recognzer driver, so that end user doesnt see these messages?
Thanks & regards
Atul