检查软盘准备就绪会导致驱动器产生一点噪音 [英] Check floppy ready causes the drive to make a little noise

查看:101
本文介绍了检查软盘准备就绪会导致驱动器产生一点噪音的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



如果我定期检查软盘是否准备就绪,那么每个驱动器都会产生一些噪音。


我以前一直反对这个问题,如果软盘驱动器准备就绪而没有让驱动器进行磨削,就无法找到检查

的方法

噪音。


有谁知道吗?


提前致谢


If I periodically check to see if the floppy is ready, the drive will each
time make a little noise.

I''ve been up against this before and could never find a way to check to see
if the floppy drive is ready without making the drive make that grinding
noise.

Does anyone know a way?

Thanks in advance

推荐答案

据我所知,目前还没有办法,因为在抛出错误驱动器未准备好之前,Windows总是检查一段时间




Crouchie1998

BA(HONS)MCP MCSE
There isn''t a way as far as I know because Windows always checks for a
certain amount of time before throwing the error drive not ready

Crouchie1998
BA (HONS) MCP MCSE


您可以使用:

昏暗的结果As DialogResult

result = MessageBox.Show(驱动器中是否有软盘+

MyDriveLetter.Text +"?" ;,Floppy Checker,MessageBoxButtons.YesNo,

MessageBoxIcon.Question)

如果result = DialogResult.Yes那么

''做你的东西'

否则

''不要做你的东西

结束如果


这不会产生任何磨损噪音! :-)


"只是我 < GR **** @ a-znet.com>在消息中写道

新闻:eB ************* @ TK2MSFTNGP10.phx.gbl ...
You could use:

Dim result As DialogResult
result = MessageBox.Show("Is there a floppy disk in Drive" +
MyDriveLetter.Text + "?", "Floppy Checker", MessageBoxButtons.YesNo,
MessageBoxIcon.Question)
If result = DialogResult.Yes Then
''Do your stuff"
Else
''Don''t do your stuff
End If

This wouldn''t make any grinding noises! :-)

" Just Me" <gr****@a-znet.com> wrote in message
news:eB*************@TK2MSFTNGP10.phx.gbl...

如果我定期检查软盘是否准备就绪,驱动器每次都会发出一点噪音。

我以前一直反对这个问题,但却找不到办法检查
看看软盘驱动器是否准备就绪,没有让驱动器发出磨损声。

有谁知道吗?

提前致谢

If I periodically check to see if the floppy is ready, the drive will each
time make a little noise.

I''ve been up against this before and could never find a way to check to
see if the floppy drive is ready without making the drive make that
grinding noise.

Does anyone know a way?

Thanks in advance



哈哈!

-


Daniel

MCSE,MCP + I,Windows 2000 / NT中的MCP


----------------- ---------------------

从我的邮箱地址中删除第二个马德里联系我。


" lgbjr" < LG *** @ online.nospam>在消息中写道

新闻:OB ************** @ TK2MSFTNGP10.phx.gbl ...
lol!

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.

"lgbjr" <lg***@online.nospam> wrote in message
news:OB**************@TK2MSFTNGP10.phx.gbl...
您可以使用:<昏暗的结果As DialogResult
结果= MessageBox.Show(驱动器中是否有软盘+
MyDriveLetter.Text +"?"," Floppy Checker" ;,MessageBoxButtons.YesNo,
MessageBoxIcon.Question)
如果result = DialogResult.Yes那么
''做你的东西'
否则
''不要做你的东西
结束如果

这不会发出任何磨损的声音! :-)

"只是我 < GR **** @ a-znet.com>在消息中写道
新闻:eB ************* @ TK2MSFTNGP10.phx.gbl ...
You could use:

Dim result As DialogResult
result = MessageBox.Show("Is there a floppy disk in Drive" +
MyDriveLetter.Text + "?", "Floppy Checker", MessageBoxButtons.YesNo,
MessageBoxIcon.Question)
If result = DialogResult.Yes Then
''Do your stuff"
Else
''Don''t do your stuff
End If

This wouldn''t make any grinding noises! :-)

" Just Me" <gr****@a-znet.com> wrote in message
news:eB*************@TK2MSFTNGP10.phx.gbl...

如果我定期查看看如果软盘准备好了,驱动器每次都会发出一点噪音。

我以前一直反对这个,但却找不到办法检查
看看软盘驱动器是否准备就绪,没有让驱动器发出磨损声。

有谁知道吗?

提前致谢

If I periodically check to see if the floppy is ready, the drive will
each time make a little noise.

I''ve been up against this before and could never find a way to check to
see if the floppy drive is ready without making the drive make that
grinding noise.

Does anyone know a way?

Thanks in advance




这篇关于检查软盘准备就绪会导致驱动器产生一点噪音的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆