|
-
Feb 13th, 2006, 06:37 PM
#1
Thread Starter
Lively Member
Icons and listview.
HI, i am trying to load a list of files and paths into a listview, and then have a little icon of the fileicon next to it. How would i do this. I should use this (lin below) code to get the icon, but im not sure how to place it next to the aprropate item in the listview.
http://www.codeguru.com/csharp/cshar...cle.php/c4261/
-
Feb 13th, 2006, 06:50 PM
#2
Re: Icons and listview.
insert the icons in an image list and set the listview's image list property to that. (there are separate ones for small icons, large icons etc.)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Feb 13th, 2006, 10:37 PM
#3
Thread Starter
Lively Member
Re: Icons and listview.
Doesnt that make each items have that pic?
-
Feb 13th, 2006, 11:08 PM
#4
-
Feb 14th, 2006, 05:11 PM
#5
Thread Starter
Lively Member
Re: Icons and listview.
Ok, I cant get it, Example code?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|