J
Just Me
In code I check to see if the Floppy drive is ready and display it's state.
But if the user inserts or removes a floppy disk I need an event or a
Wndproc message to cause the code to display the new state.
Is the some way the code can be alerted to the fact that a removable disk
drive's state changed?
I wonder if the above isn't clear.
Think of Windows Explorer like app showing
31/2 Floppy (A
{Not Ready}
If the floppy "ready" state changes the code needs to be notified so that
the display can be changed.
I could, for example, have a timer tick event periodically check the drive
but hope that is not the only way to do it.
Thanks in advance
Thanks
But if the user inserts or removes a floppy disk I need an event or a
Wndproc message to cause the code to display the new state.
Is the some way the code can be alerted to the fact that a removable disk
drive's state changed?
I wonder if the above isn't clear.
Think of Windows Explorer like app showing
31/2 Floppy (A

If the floppy "ready" state changes the code needs to be notified so that
the display can be changed.
I could, for example, have a timer tick event periodically check the drive
but hope that is not the only way to do it.
Thanks in advance
Thanks