包含vb.net硬盘温度的词条( 五 )


Label2.Caption = "你的"drivenm"盘剩余空间是:"Format(Str(Val(hdfspace) / 1024), "###,##0.0") + " M"
If UCase(Left(Drive1.Drive, 2)) = UCase(Left(cddrive, 2)) Then
If Val(Label1.Caption) = 0 And Val(Label2.Caption) = 0 Then
MsgBox "这张盘是空的光盘"
Else
If Val(Label1.Caption)0 And Val(Label2.Caption)0 Then
MsgBox "这张盘不是空的光盘,但还有空间"
Else
If Val(Label1.Caption)0 And Val(Label2.Caption) = 0 Then
MsgBox "这张盘是写满并终止的光盘"
End If
End If
End If
End If
End Sub
vb.net硬盘温度的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于、vb.net硬盘温度的信息别忘了在本站进行查找喔 。

推荐阅读