need an advice...
-
Hello In my appp i need a combo box wich will show me available drives on the computer and a list control wich will show the files and the folders. my quastion is: i know how to extract assosiated icon for the files, but how do i do that for the drives and for the folders? what is the best way to this? thanks.
-
Hello In my appp i need a combo box wich will show me available drives on the computer and a list control wich will show the files and the folders. my quastion is: i know how to extract assosiated icon for the files, but how do i do that for the drives and for the folders? what is the best way to this? thanks.
how do i do that for the drives and for the folders?
SHGetFileInfo()
can get the icon for a drive/folder. Check out A Drive Picker List Control for some sample code. --Mike-- http://home.inreach.com/mdunn/ "Make sure that if you are using a blow torch that you don't set anything on fire." -- Chris Maunder -
how do i do that for the drives and for the folders?
SHGetFileInfo()
can get the icon for a drive/folder. Check out A Drive Picker List Control for some sample code. --Mike-- http://home.inreach.com/mdunn/ "Make sure that if you are using a blow torch that you don't set anything on fire." -- Chris Maunder