Placing Images in List Control? 
Author Message
 Placing Images in List Control?

Dear All,

I searched all over the knowledge base for information on placing images or
controls inside a list control.  If anyone knows of any control or way to
do it, please let me know.

thanks,




Sat, 27 Mar 1999 03:00:00 GMT  
 Placing Images in List Control?

A listbox is not a container object, therefore cannot 'contain' other
controls such as option buttons, checks or bitmaps.

To create a list that appears to contain these, you have to create an
Owner-drawn listbox, where you app is totally responsible for
maintaing the display of all items in the list, and responding to the
scroll, highlight and redraw messages that Windows will send to it.



Sun, 28 Mar 1999 03:00:00 GMT  
 Placing Images in List Control?



Quote:
>Dear All,

>I searched all over the knowledge base for information on placing images or
>controls inside a list control.  If anyone knows of any control or way to
>do it, please let me know.

>thanks,



Do you mean like having a list box with images next to each item?  Or even
having check boxes or radio buttons.  I wrote a program that does this using a
treeview control instead of a list box.  I can give you the code if you want.
 Just e-mail me.  There are images of my program on my web page
www.cis.com/briand

        -brian



Mon, 12 Apr 1999 03:00:00 GMT  
 Placing Images in List Control?

Take a look at Far Point Aware List box and Combo box controls. You can
have images as an item in multicol. list or combobox. Only one problem that
i know about with them is that you will not be able to do it with multiple
selections.
Thanks,
Victor



Quote:


> >Dear All,

> >I searched all over the knowledge base for information on placing images
or
> >controls inside a list control.  If anyone knows of any control or way
to
> >do it, please let me know.
> >thanks,



Mon, 12 Apr 1999 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Image Control Supplied By Image List Control

2. Placing an image in a list view's column header

3. Placing an image in a list view's column header

4. Placing ActiveX Image Control in table on the fly

5. How to place JPG pictures in the Image Control

6. place image controls on form at runtime

7. placing small images on top of a main image

8. Image List Control

9. Using the Image List control

10. Image List Control

11. Newbie Question: File Lists and Image Controls

12. ActiveX Control Using an Image list?

 

 
Powered by phpBB® Forum Software