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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -