Results 1 to 4 of 4

Thread: icon in listview from path

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,586

    icon in listview from path

    i use:

    ...
    .ListItems.Add , , MyFlList, , 1<<<< path here?????
    ....

    possible to load icon from path, instead from imagelist?

  2. #2
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,910

    Re: icon in listview from path

    No, it’s a reference to an index in the imagelist.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,586

    Re: icon in listview from path

    Quote Originally Posted by Arnoutdv View Post
    No, it’s a reference to an index in the imagelist.
    Ok
    But how many icon i can add in image list?

    and is possible to:

    How to fill imagelist1, with img in c:\mydirimage\, are only a .jpg image?

    i need to set key of imagelist with name of image and the tag of imagelist with name of image

    note:the image in dir are approx 3xx
    Last edited by luca90; Mar 14th, 2021 at 08:16 AM.

  4. #4
    Lively Member
    Join Date
    Nov 2020
    Posts
    67

    Re: icon in listview from path

    See Add method.
    Select ImageList with mouse and press F1.
    Search for ListImages

    Metodo Add (insieme ListImages)
    Last edited by LeoFar; Mar 14th, 2021 at 12:59 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width