Problem while Drive Listing
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi! i'm trying to list drives on pc. i used System.Management namespace for this purpose. But i don't want to hear the disgusting noise while listing A: drive. Does anyone help me?
If you are using .net 2.0 you can use the new driveinfo class. There is a getdrives method. That doesn't appear to make the A: drive make noise. If you are using .net 1.1 I guess you could always disable your a: in the bios or something. Hope that helps. Ben
-
Hi! i'm trying to list drives on pc. i used System.Management namespace for this purpose. But i don't want to hear the disgusting noise while listing A: drive. Does anyone help me?