woodpecker 0 Posted January 3, 2016 Hi folks,I am trying to click a listbox item in an application which is in a scrollable panel and may not always be in the visible part of the panel, _GUICtrlListBox_ClickItem($hWnd,$index) works fine when the listbox is scrolled to be visible, however when the listbox is scrolled out of the visible area it won't work, I've also tried _GUICtrlListBox_SetCurSel($hWnd,$index) which didn't work, any idea how to accomplish this please? Share this post Link to post Share on other sites
computergroove 33 Posted January 3, 2016 Is the application publicly available? We are probably gonna need to know what it is to help. Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Share this post Link to post Share on other sites