ImageList ActiveX

B

Bob C.

Hi All,

I am using the ImageList/ListView Components to display around 100 images
in C#.NET.
The issue i have is, some times i may need to display the thumbnail of size
more then 256x256 in ImageList.
But the ImageList Component supports only size upto 256x256.

What is the best way to handle this?

I am ready to use ImageList ActiveX if needed. I am not very sure how to use
ImageList/ListView activeX in C#.
Some example/links will be greatly appreciated.

Thanks,
Bob.
 
N

Nicholas Paldino [.NET/C# MVP]

Bob,

The problem with using the ActiveX imagelist is that it will not be
compatable with a number of the controls in .NET that accept ImageList
objects.

If you aren't using the list for controls, then the ActiveX control
should be just fine, or you will have to roll your own solution.

Hope this helps.
 
B

Bob C.

Thanks for your response.
As i am not going to use any .NET components, i am ready to use ImageList
and ListView ActiveX controls(Both are ActiveX)

I have added image to my axImageList1 control using the Property page.
And in axListView1 control's property page i selected axImageList1 under
Image List tap of the property page.

When i excute it Image is not shown in ListView.
Am i doing anything wrong? or am i missing anything here?

Thanks,
Bob.


Nicholas Paldino said:
Bob,

The problem with using the ActiveX imagelist is that it will not be
compatable with a number of the controls in .NET that accept ImageList
objects.

If you aren't using the list for controls, then the ActiveX control
should be just fine, or you will have to roll your own solution.

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Bob C. said:
Hi All,

I am using the ImageList/ListView Components to display around 100 images
in C#.NET.
The issue i have is, some times i may need to display the thumbnail of size
more then 256x256 in ImageList.
But the ImageList Component supports only size upto 256x256.

What is the best way to handle this?

I am ready to use ImageList ActiveX if needed. I am not very sure how to use
ImageList/ListView activeX in C#.
Some example/links will be greatly appreciated.

Thanks,
Bob.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top