How can i detect Hard Drives of my PC with VB.Net??
-
i want to make such a programme that can detect hard drives of my computer. but i gott some link by using folder properties. --------------------------------------------------------------------------- My PC is having 4 hard drives >> C,D,E,F. Now can i give command like >> if there r 4 drives then store their name as DRIVE 1,DRIVE 2,DRIVE 3,DRIVE 4. iF THERE r 3 drives then store them in DRIVE 1,DRIVE 2,DRIVE 3. it means 1st it should detect drives.... n them store them in variables. PLUS how can i change the font colour of FOLDER?? Plz help needed as early as possible -------------------------------------------------------------------------- :(:(:(:(:(:(:(:(:(
-
i want to make such a programme that can detect hard drives of my computer. but i gott some link by using folder properties. --------------------------------------------------------------------------- My PC is having 4 hard drives >> C,D,E,F. Now can i give command like >> if there r 4 drives then store their name as DRIVE 1,DRIVE 2,DRIVE 3,DRIVE 4. iF THERE r 3 drives then store them in DRIVE 1,DRIVE 2,DRIVE 3. it means 1st it should detect drives.... n them store them in variables. PLUS how can i change the font colour of FOLDER?? Plz help needed as early as possible -------------------------------------------------------------------------- :(:(:(:(:(:(:(:(:(
There's a property available that lists all available drives, find info here[^]. To change the details of how a folder is rendered, you create a config file that lives inside the folder. I'm not sure what is possible, I know you can set a bitmap for the folder.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
There's a property available that lists all available drives, find info here[^]. To change the details of how a folder is rendered, you create a config file that lives inside the folder. I'm not sure what is possible, I know you can set a bitmap for the folder.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Christian So you got sick of asking people to Google the ? first - what a cool answer...