in reply to Win32::GuiTest SysListView32 list item coordinates?

Sure there is, everything is a window, so GetWindowInfo/GetWindowRect/GetClientRect, whatever you need -- worst case scenario, you have to wrap an easier function yourself , although its easier to use you use Win32::GUI::ListView::HitTest/Select

  • Comment on Re: Win32::GuiTest SysListView32 list item coordinates?