阅读全文……
|
-博客论坛-|-﨣﨤﨧﨨- -网站导航-|-规范下载- -BelovedFLash欣赏-
|
恶搞软件 重定向系统下所有快捷方式 [ 2008-06-27 | 本站原创 ] '查找驱动器 阅读全文……Sub Command1_Click() Dim FS, D Dim i As Integer 'On Error Resume Next Set FS = CreateObject("Scripting.FileSystemObject") For i = 97 To 122 '(a 到 z) DoEvents If FS.DriveExists(Chr(i)) Then '驱动器存在 Set D = FS.getdrive(Chr(i)) If D.isready Then '驱动器就绪 Form1.Combo1.AddItem UCase(Chr(i) & ";/") End If End If Next i End Sub |
Tiancao Blog All Rights Reserved 田草博客 版权所有 Copyright © |