c# - Detect another application's window is scrolling -
from wpf, is possible detect application's scrollbar (e.g. notepad) being scrolled?
i have looked , seems maybe need register global hook in native dll receive messages. messages interested wm_vscroll (see wm_vscroll message.
at rate, looking simplest implementation. suggestions welcome.
Comments
Post a Comment