You could add the drives to a listbox like in the code below
listBox1.Items.AddRange( DriveInfo.GetDrives()); }
jdweng
No comments:
Post a Comment