sirs,
is there any way to monitor the activity for example
read or write on a given drive be it floppy, hard drive or
cd rom for example i would like to create a led on a form
that corrosponds with the light on a drive
Thanks in advance
Printable View
sirs,
is there any way to monitor the activity for example
read or write on a given drive be it floppy, hard drive or
cd rom for example i would like to create a led on a form
that corrosponds with the light on a drive
Thanks in advance
I have this problem too and I am using hard I/O address method to retrieve a floppy activity. This is not the best method, but I don't know some bether.
Use Inp function, the floppy is on &H3F5. I am not sure with the values, so make some test app.
I somebody knows a better way, please write it down.
Hope it will help you :)