CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2000
    Location
    UK
    Posts
    122

    Need to add three or more Icons to a ListItem (URGENT)

    Is it possible to add three or more icons to a ListItem in a ListView in Report Mode?
    All code on this page is protected by an SEP field!!!

  2. #2
    Join Date
    Dec 2002
    Location
    London, UK
    Posts
    1,569

    Re: Need to add three or more Icons to a ListItem (URGENT)

    No.

    Where would you want these icons to be exactly??
    You can overlay icons though! Is that what you want?
    Mike

  3. #3
    Join Date
    Sep 2000
    Location
    UK
    Posts
    122

    Re: Need to add three or more Icons to a ListItem (URGENT)

    I need the Icons to be next to each other in column 1 along with the Text
    For example,

    ### TextA
    ### TextB
    #### TextC

    where # represents an icon.

    I am not sure I understand all the posiblilities with overlays.
    I am currently using overlay to add a shortcut symbol over the top of some of my icons.
    But I need to add further Icons next to the original!
    All code on this page is protected by an SEP field!!!

  4. #4
    Join Date
    Dec 2002
    Location
    London, UK
    Posts
    1,569

    Re: Need to add three or more Icons to a ListItem (URGENT)

    nope... sorry can't be done with lisview. you might be able to find a control which someone has written to do it at planetsourcecode or vbaccelerator
    Mike

  5. #5
    Join Date
    Sep 2000
    Location
    UK
    Posts
    122

    Re: Need to add three or more Icons to a ListItem (URGENT)

    If I can add the Images together some how?
    Could I then put the new image into the ImageList, and use this as the Icon?
    All code on this page is protected by an SEP field!!!

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

Featured