0
votes
2answers
16 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 t …
2
votes
1answer
32 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 th …
0
votes
1answer
17 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 designe …
0
votes
2answers
68 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 …
0
votes
0answers
95 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 …
0
votes
2answers
134 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;
Howeve …
0
votes
0answers
12 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
84 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 co …
0
votes
0answers
40 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 t …
1
vote
2answers
156 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
Whene …
0
votes
1answer
342 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
103 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 us …
0
votes
1answer
284 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 …
2
votes
4answers
419 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 ap …
1
vote
2answers
682 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 h …
