Hello everyone:
Here's my dilemma. I have an OCX control that I use in my app that has a
window resembling Microsoft's ListView. I need to get image list of that
control to be able to use it in my app (I want to have the same graphics as
in OCX control). I can obtain its HWND handle and I tried SendMessage with
LVM_GETIMAGELIST to retrieve image list but it always returns NULL.
I checked the class name of that list view and it appears to be
"ListView20WndClass". Is it the same as WC_LISTVIEW? What am I doing wrong?
And how can I get an HIMAGELIST handle to that ActiveX control?
Thank you in advance...