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 …
3
votes
1answer
58 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, …
1
vote
2answers
91 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
0
votes
1answer
24 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
90 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
142 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
vote
1answer
106 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.
…
0
votes
0answers
48 views
insert a image in the ImageList at the perticular index
I want to insert a image in the ImageList at the specified index or you can say that replace the existing image at the perticular index but the Add method can'nt able to resolve this issue ,
…
0
votes
1answer
431 views
How to add an imagelist to WPF listview?
I don't even see it in the Toolbox in the designer. Is it called something else?
I am trying to port my winforms listview to wpf.
0
votes
1answer
113 views
How do I use an HIMAGELIST (from SetupDiGetClassImageList) as a .NET ImageList?
I've got an HIMAGELIST (from SetupDiGetClassImageList) and I'd like to use it with a Windows Forms ListView, which needs an ImageList. There's no ImageList.FromHandle.
How do I use my HIMAGELIST as …
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 …
0
votes
2answers
140 views
How can I replace an existing image on a winforms ImageList?
How can I replace an existing image on a winforms ImageList?
I tried this:
this.CoolPics.Images [ 2 ] = // new image
this.ListViewControl.SmallImageList = this.CoolPics;
However the new image is …
2
votes
4answers
485 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 …
1
vote
2answers
758 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 …
