XY has no internal function to progammatically scroll - right?
But even Autohotkey fail - this AHK works with most windows except XY: Scroll Right:
Code: Select all
MouseGetPos, m_x, m_y
hw_m_target := DllCall( "WindowFromPoint", "int", m_x, "int", m_y )
SendMessage, 0x114, 1, 0,, ahk_id %hw_m_target%
Code: Select all
MouseGetPos, m_x, m_y
hw_m_target := DllCall( "WindowFromPoint", "int", m_x, "int", m_y )
SendMessage, 0x114, 0, 0,, ahk_id %hw_m_target%
XYplorer Beta Club