CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Location
    Rochester
    Posts
    1

    Question List Control SetImageList fails

    I am writing a list control with an image list.

    Image List creation is fine, but when I send the LVM_SETIMAGELIST message to the control, the result is 0, (fails)

    Does anyone have any idea on why this is happening?

  2. #2
    Join Date
    Jan 2003
    Location
    Cambridge, UK
    Posts
    752
    could you pls give some code example of how do you do it? and have you checked GetLastError return?
    Cheers,

    Alex
    Please rate this post if you find it helpful

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