Hi,
I am trying to scroll down and tried
Let>MOUSEEVENTF_WHEEL=2048
LibFunc>user32,mouse_event,r,MOUSEEVENTF_WHEEL,0,0,-1500,0
it works the first time, but then seems to mess up the mouse - is there some sort of mouse reset?
Thanks
Mouse Scroll
Moderators: Dorian (MJT support), JRL
I had tried smaller number before but it didn't scroll the length I needed
LibFunc>user32,mouse_event,r,MOUSEEVENTF_WHEEL,0,0,-300,0
I ended up just having to click inside a certain spot of the web browser to use the up and down arrows then having to locate the data spot again with the image recog clicking back in (this I had to due since it was a Java/Browser application I am trying to automate.
LibFunc>user32,mouse_event,r,MOUSEEVENTF_WHEEL,0,0,-300,0
I ended up just having to click inside a certain spot of the web browser to use the up and down arrows then having to locate the data spot again with the image recog clicking back in (this I had to due since it was a Java/Browser application I am trying to automate.