[perl-win32-gui-users] ListView_SubItemHitTest in Perl?

2003-03-10 Thread MaxG
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

[perl-win32-gui-users] Color of the window

2003-02-13 Thread MaxG
Hey all, I'v got a small problem with my Win32::GUI windows. When I use default color scheme on my Windows all my Win32::GUI windows look just fine. Whenever I use custom color scheme (e.g. change the color of "Menu" to be different from color of "3D Objects" in Desktop Properties->Appearance)