to display all my Drives Listed in it with corresponding icons

sureshcd10

Regular
Joined
Dec 25, 2003
Messages
77
I placed one CheckedListBox on my WindowsForm
Now on loading the form I want to display all my
Drives Listed in it with corresponding icons
[I m using C#.net]

[]icon C:\
[]icon D:\

Or any other means to do this ?
 
Here is the solution

sureshcd10 said:
I placed one CheckedListBox on my WindowsForm
Now on loading the form I want to display all my
Drives Listed in it with corresponding icons
[I m using C#.net]

[]icon C:\
[]icon D:\

Or any other means to do this ?
http://www.codeproject.com/cs/miscctrl/treeviewexplorer.asp

take a look at this link. It's an already coded solution.... or you might customized it a little bit. :p

Always take a look in Code Project when are in search of a control.
 
Back
Top