Here's what I want to do. On form_load(), I want to load the folder/drive/etc icons in the shell32.dll into an imagelist for use in a treeview. I was thinking that LoadIcon would be the API function to use, but I don't know with which lib to declare that, nor what variables to pass to it. Any thoughts on how my goal might be accomplished?