Hi!

What I need is to know which ListView subitem is clicked.
Does anybody know any working way to do this?

Win32::GUI::ListView::HitTest() only returns the item clicked. I want to
know the subitem.

I tried using sending messages LVM_SUBITEMHITTEST and
ListView_SubItemHitTest() but in first case I couldn't create valid
LVHITTESTINFO structure and in second one Win32::API->new("comctl32",
"ListView_SubItemHitTest", "NP", "N") returned undef so I couldn't use
it.

Any ideas?

Thanks,
Maxim Golunov


Reply via email to