We're "automating" a third part application by writing a script to mimick using input. We're able to mouse click, send keystrokes etc by using win32 calls, but I'm having trouble automating manipulating a scroll bar.
I've found the window who's location matches the visual location of the scrollbar, so I'm pretty sure I have the window handle. Unfortunately the GetScrollInfo method just returns zeros for the scrollbar position, min,max, page size etc, and the SetScrollInfo doesn't appear to update the scrollbar, although both calls to SetScrollInfo and SetScrollInfo do return success... Is there something I'm missing here?