Tagged Questions
The imagelist tag has no wiki summary.
4
votes
3answers
738 views
Delphi and 48x48 (or bigger) imagelists - is there a workaround?
I'm getting the system imagelist (with SHGetFileInfo and SHGFI_LARGEICON), adding two of my own icons and attaching it to a TListView.
The problem is that if the user's icon size isn't set to 32x32 ...
4
votes
1answer
280 views
Why do the pictures lose their quality when adding to the ImageList?
I'm trying to create an ImageList for my TrayIcon but the images are not showing as high quality. They are originally very clear but as soon as I put them on the ImageList at Design-Time they are ...
4
votes
6answers
5k 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 ...
3
votes
1answer
309 views
Add stretched image to ImageList in Delphi
I have a table contains Image in a Picture field and I am going to put them into an ImageList.
Here is the code:
ImageList.Clear;
ItemsDts.First;
ImageBitmap:= TBitmap.Create;
try
while not ...
3
votes
3answers
1k views
Delphi - Populate an imagelist with icons at runtime 'destroys' transparency
I've spended hours for this (simple) one and don't find a solution :/
I'm using D7 and the TImageList. The ImageList is assigned to a toolbar.
When I populate the ImageList at designtime, the icons ...
3
votes
2answers
749 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, ...
3
votes
5answers
3k 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 ...
3
votes
4answers
4k 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 ...
2
votes
1answer
163 views
Convert png/jpg/gif to ico
I have multiple images some of them are png some of them jpg and gif and i want to display them in a listview as thumbails TImageList supports only icons how can i convert them to be able to insert ...
2
votes
1answer
842 views
Error 23 is not a valid Win32 application on .resx file
I have a form in my VB>NET project (2010) with some ImageList. Those images are embedded in the list with a form resource in a .resx file as
data name="xxxx.ImageStream" ...
2
votes
1answer
260 views
How to draw a transparent image using WinAPI ImageList_DrawIndirect?
I need to draw a 32-bit image from a native API imagelist with the specified level of transparency, but I can't do that. I'm using the ImageList_DrawIndirect call and the ILS_ALPHA image state in the ...
2
votes
3answers
374 views
“Could not load file or assembly…” error occurs when using an ImageList object
Here is the error message:
Could not load file or assembly
'file:///myFile.dll' or one of its
dependencies. An attempt was made to
load a program with an incorrect
format. Line 171, ...
2
votes
1answer
244 views
Delphi7 CustomImageList problem
I've run into the following problem:
My Delphi7 program runs smoothly on most computers running WinXP/Vista/7 BUT on some older Windows XP installs (only a few) I'm getting the following problem:
I ...
2
votes
2answers
404 views
(C#, WinForms) How to assign an accessibility attribute to an image in ImageList
I'm trying to find a way to make a screen-reader (like JAWS) to read out loud some text that is assigned to images in ImageList.
In other controls (like PushButton) there is "AccessibleName" ...
2
votes
3answers
2k views
Delphi, ImageList that handles BOTH png and bitmaps
Recently I've found TPngImageList component ( http://cc.embarcadero.com/Item/26127 ) which is very good, but it handles only png images ... I'd like to have some imagelist that allows combining of ...
2
votes
1answer
302 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 ...
2
votes
2answers
1k views
Animated GIF in ImageList / TabPage
I'd like to show an animated GIF as the tab image on a TabPage.
If I add my image to an ImageList and use the TabPage.ImageIndex property, it only shows the first frame (and doesn't animate):
...
2
votes
1answer
3k 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
1answer
131 views
WinForms: ImageList for ListView with different image sizes
I have a ListView with View property set to LargeIcon. And I have an ImageList as image source for ListView.
What I want is to display both vertically and horizontally oriented images in ListView but ...
1
vote
0answers
50 views
Deleting a thumbnail from a ListView using an ImageList. File locked?
I have a ListView that is displaying an ImageList by using the following code:
Note: I am using an XML to get the individual images into the ImageList.
for (int i = 0; i < pictureList.Count; i++)
...
1
vote
2answers
135 views
TImageList limit?
Is there a limit as to how many bitmaps can be stored inside a TImageList?
By limit I mean the amount of bitmaps it can hold, and or the memory size of the Image List.
Thanks.
1
vote
1answer
415 views
Add Transparent and stretched Image to Imagelist in Delphi
According to my previous question with the help of Cosmin Prund, I found how to stretch Image and add to ImageList:
procedure LoadDatasetImagesToImageList;
var
StretchedBMP: TBitmap;
MS: ...
1
vote
1answer
263 views
ImageList in a ListView
I have an image list in a list view where previously the only images displayed were pdf's. This meant that that i could handle the double click event effectively to open pdf's. Now i have a different ...
1
vote
1answer
73 views
Does ImageList_DrawIndirect with fState = ILS_ALPHA works on Windows XP?
We need to draw partially transparent images from a WinAPI imagelist.
ImageList_DrawIndirect() with ILS_ALPHA works fine in Win7, but doesn't work in Windows XP - the transparent regions of the icon ...
1
vote
2answers
469 views
VB6 Extract Images (any kind) from a ImageList
Extract Images (any kind) from a ImageList and save it as a file with extension
1
vote
1answer
658 views
.Net ToolStrip and ImageList - wrong image size
I have an icon that contains 32-bit images of sizes 16x16, 24x24, and 32x32. I create three ImageList objects that contain the three different size images, and assign the ImageList property on my ...
1
vote
1answer
392 views
imageList.Draw doesn't draw with different size?
The ImageList has a method named "Draw":
imageList.Draw(graphics, bounds.X, bounds.Y, bounds.Width, bounds.Height, imgIndex);
I use this method to draw an image on a graphics object of a ...
1
vote
1answer
129 views
What size should the ImageList for a ListView be?
I have a ListView, and I don't know how big to make the ImageLists for large and small, and group header icons. How big should they be?
1
vote
3answers
258 views
see the content of an TImagelist in runtime
is possible invoke in runtime the TImagelist editor to see the contents of my TImagelist?
1
vote
2answers
421 views
How to restore the images uploaded for imagelist control in VB 6.0
I have a VB 6.0 application which contains some images inside a imagelist control. I want to know where these images get stored in the system.( because I want to use these images in another ...
1
vote
1answer
295 views
Memory issues with winforms ImageList
I have an ImageList that is populated with, well you guessed it, images.
These images are loaded into memory in a dataset as a Bitmap. Until I loaded them into the ImageList the rise of memory is not ...
1
vote
2answers
714 views
How do you add image file to a image list in code?
I have an image list and would like to add a directory of images to the image list in my code. How would I do this? When I run the code:
'Load all of the items from the imagelist
For Each path As ...
1
vote
3answers
2k 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
301 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 ...
1
vote
1answer
430 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
225 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
3answers
5k 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
283 views
Can System.Windows.Forms.ColumnHeader use a different image then one from the main ImageList?
I have an ListView set up to sort, and I have that working well.
However, when the ListView is sorted, no indication is provided as to the current sort column and order.
I tried a solution setting ...
0
votes
2answers
33 views
Compile error RG0000 (“incorrect format”) after adding images to an ImageList
In the project I'm working on, there is a certain form that contains an ImageList control. Up until a few days ago, everything was working fine, and there were 5 images in the control.
Then one of ...
0
votes
2answers
34 views
Items icons with listview and imagelist
Hello I've got a list view that opens items inside a folder and displays them. I want to know if there is a way to have the list view display the icons aswell, maybe using shell32 or an imagelist. ...
0
votes
0answers
31 views
How to auto select ListView embedded ImageList Listed Image(s)?
I've built an image viewer Windows application using Visual Studio 2008 and C#. I use the ImageList in the ListView control to display image thumbnails as following:
m_listView.Items.Clear();
...
0
votes
1answer
27 views
How to use ObjectListView to show all the images in a imagelist?
How do I use a ObjectListView to show all the images in a image-list ? In the home-site of ObjectListView they have shown how to do this in C# (I am not that good with c# and delegates). But I can't ...
0
votes
1answer
39 views
Finding the index of the items that is currently visible to the user in list view in C# Winforms
I'm using a list view control attached to an image list.I want to obtain the indexes of the items that are currently seen by the user ie:in user view so that i can load the corresponding images only ...
0
votes
0answers
84 views
How to adjust spacing between images in a listview
I am using a image-list to show images in a list-view. So far I am able to display all the images in the image-list but spacing between each image is very big. So I used the Send Message method which ...
0
votes
2answers
71 views
How to use imageList Control
I have some images that i added to imageList Cotrol manually.
Now i need remove thart images from imageList depending on the key index and set as panel backgroud.
How should i do it
0
votes
2answers
44 views
How can I use one ImageList control for all forms in my project?
I've an imageList control with a bunch of icons in my main form. I want to use these icons on other forms as well. How can i do this? Is there an easy way to do this? Thanks
0
votes
2answers
59 views
transfering the the selected listview item to the clipboard via C#
I'm trying to populate images from a directory into a listview with a small thumbnail preview using an imagelist control. Once the user has selected an Item from the listview I want the selected item ...
0
votes
1answer
76 views
ListView <--> ImageList Will Not Sync
I am using a ListView to load and display thumbnails for image files. The "Name" or key that I'm using for each ListViewItem is the fully-qualified file name.
I have also created an ImageList which ...
0
votes
1answer
196 views
Adding image to the Listview subitems [ windows forms ]
I'm doing project in windows forms using c#.
I want to show an image in the listview subitems.
For eg:-
There is a listview having 3 Columns (Column 1 is Roll number,Column 2 is StudentName,Column 3 ...
0
votes
0answers
86 views
Why is the ListView with an ImageList very slow? (re: 1000+ thumbnails)
I'm trying to use a ListView component to show around 1,000 image thumbnails and I'm having some performance problems.
First I create an ImageList containing my 1,000 images. This is lightning fast ...