* "Jim" <jr@nospam.wi.rr.com> scripsit:
> I am creating a windows forms application using vb.net 2003, and was
> wondering, how can I display an image in each line of the listbox to the
> immediate left of the text? It should look like the URL address looks in
> internet explorer with the web page icon next to it... It will be the same
> image for every item in the listbox right now.
Use a listview control instead of a listbox.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
Jim - 27 Aug 2004 18:28 GMT
Ok... I will try that... Is there a way to access the same bitmap that is
displayed in the IE explorer address (the piece of paper with the large E on
it), and use that?
Thanks!
Jim
>* "Jim" <jr@nospam.wi.rr.com> scripsit:
>> I am creating a windows forms application using vb.net 2003, and was
[quoted text clipped - 5 lines]
>
> Use a listview control instead of a listbox.
Sijin Joseph - 29 Aug 2004 08:29 GMT
These tools might help
http://www.iconcatcher.com/
http://www.users.on.net/johnson/resourcehacker/
The Explorer icons should be availalbe in explorer.exe and iexplore.exe
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Ok... I will try that... Is there a way to access the same bitmap that is
> displayed in the IE explorer address (the piece of paper with the large E on
[quoted text clipped - 14 lines]
>>
>>Use a listview control instead of a listbox.