Jump to content

I do not understand. what is Errors Here?(controlclick)


Recommended Posts

You can use _GUICtrlListView_Scroll instead of click the scroll.

something like this:

#include <GuiListView.au3>
Local $hWindow = WinActivate("[TITLE:VIP72 Socks Client]")
Local $hListview = ControlGetHandle($hWindow, "", "SysListView323")
_GUICtrlListView_Scroll($hListview, 0, 500)

Saludos

Link to comment
Share on other sites

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...