Tagged Questions

3
votes
1answer
55 views

How to Export Images from an Image List in VS2005?

Using Visual Studio 2005, is there a way to export the images in an Image List to individual files on my PC? Using the IDE, I select the Image List and view its properties. In the "Images" property, …
2
votes
4answers
471 views

Using ImageList from VB6 application causes crash on Windows 7.0 64-bit

I have an old VB6 application that uses an ImageList control from COMCTL32.OCX ("Microsoft Windows Common Controls 5.0 (SP2)") to provide icons for TreeViews and ListViews. The app won't even launch …
2
votes
5answers
2k views

PNGs in Delphi 2009 Imagelists and Images

D2009 introduces PNG support for Images and Imagelists. However... I have an imagelist containing png images with alpha. I want to place one of these on a form using a TImage. How do I do this and …
1
vote
2answers
86 views

Image index of TreeView node changes upon selection.

When I tried using the imagelist in treeview, the image index changes when treenode is clicked. I have no idea why it is happening. Can anyone help me? Thanks in advance
1
vote
1answer
104 views

Combining Bitmaps / ImageLists (Win32)

Is it possible to create an image list from multiple bitmaps, or to combine multiple image lists into one. For sake of simplicity, same element dimensions and transparent color could be assumed. …
1
vote
2answers
161 views

Create TImageList by specifying paths only

In Delphi 2007, images are loaded in a TImageList at design time. This introduces the following problem: I have a folder containing the graphics I'm using in my application Whenever I want to …
1
vote
2answers
751 views

Display Icon on form in vb.net

How would I display an Icon at 48x48 resolution on a form in vb.net? I looked at using imagelist , but I don't know how to display the image that I add to the list using code and how to specify it's …
1
vote
1answer
128 views

Who is responsible for clearing up memory from image lists?

If I have a CImageList object (a simple wrapper around a HIMAGELIST), and I call: m_pImageList->Replace(...); http://msdn.microsoft.com/en-us/library/k10cwcdb.aspx Who is responsible for …
1
vote
1answer
2k views

Extracting PNG images from Delphi 2009 imagelist

The TImageList of Delphi 2009 has support for PNG images by adding them in the imagelist editor. Is there any way to extract a TPngImage from a TImagelist and preserving the alpha channel? What I …
1
vote
3answers
2k views

Listview icons show up blurry (C#)

I'm attempting to display a "LargeIcon" view in a listview control, however the images I specify are blurry. This is what I have so far: The .png files are 48x48 and that's what I have it set to …
0
votes
2answers
34 views

ImageList Transparency not working at runtime

I am using 32bit PNG files with transparency. I added them to an image list with properties: ColorDepth: Depth32Bit TransparentColor: Transparent When I assign the image to my toolbar button, it …
0
votes
1answer
23 views

Imagelist cf.net and .net designer problem

After some testing, I found out that streaming of ImageList using CF WinForms designer is different from streaming using WinForms designer. If images are added using cf.net designer and form is …
0
votes
2answers
86 views

Windows Forms .NET 3.5 using resource images for a Treeview control

Hello SO, When populating my treeview I would like to use the same images that I use in my toolbar etc which are stored in a resource file. The treeview seems to on accept images via an image list. …
0
votes
0answers
140 views

Generate thumbnail of pdf document.

Duplicate of (amongst others) Generate thumbnail of pdf document How to show thumbnail of pdf in listview C#.net? how to place thumbnail of pdf in listview develop an application similar to windows …
0
votes
0answers
18 views

how to make frame in imagelist component every image dotnet

hi how to make frame in imagelist component every image in dotnet pls help me anybody

1 2 next
15 30 50 per page