Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scrollbar, trackbar (slider)
#2
Easier - MouseWheel function.

Or, use accessible object functions. Example:
Code:
Copy      Help
Acc a=acc("Line down" "PUSHBUTTON" win("" "ExploreWClass") "SysListView32" "" 0x1021)
rep 3
,a.DoDefaultAction

In "Find accessible object", select Filters "Show useless" and Options "Search useless".

In Internet Explorer, use html element functions. Example:
Code:
Copy      Help
Htm el=htm("BODY" "" "" win("" "IEFrame") 0 0 0x20)
el.Scroll("down")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)