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?
Printable View
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?
could you pls give some code example of how do you do it? and have you checked GetLastError return?