this is the code i have so far... it will bring up the drive on my screen... but i want to physically open the drive... so far, this code only tells me "please insert a cd into drive d:\"
i have the set up to view the contents on all my drives 1 by 1... how do i open and close the drive though?Code:If TextBox2.Text = "d:\" Then Process.Start("d:\") End If




Reply With Quote