简体   繁体   中英

Opening drive properties through vb.net

我想使用 V.NET 创建一个程序,使我能够打开所选驱动器的属性,(如果打开安全选项卡会更好)。

There is no such facility is available yet. you can access basic Drive information using DriveInfo as like the following:

 Dim myDrive As New DriveInfo("d")

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM