I have a VB5 project that utilizes a ListView control. Looking at the
control's properties, I see there are a number of icons on the ImageList
tab. Of coures, the project I have does not include any .ico or .bmp files.
Where are these icons stored within the project?
How can I extract some of these icons for my own project?
Are there are free icon resources on the web specifically for TreeView,
ListView, and Toolbar icons from with VB6? I can never seem to find the
basics that I need for my project.... like "Connect", "Exit", "Find",
"Refresh", etc.
Any help would be appreciated.

Signature
...david
I you wish to reply to me personally, please remove
the "underline" from scandal_123@cox.net. The is done to avoid SPAM!
Charles Goehring - 29 Nov 2003 17:45 GMT
DavidM,
I believe icons are usually inside dll files. There is a
shareware/freeware tool called iconsucker that can extract them from
dlls (try hotfiles.com). Windows has dlls that contain icons - I think
one is called moreicons.dll.
Chuck
> I have a VB5 project that utilizes a ListView control. Looking at the
> control's properties, I see there are a number of icons on the ImageList
[quoted text clipped - 10 lines]
>
> Any help would be appreciated.