Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to quickly change mouse wheel scroll lines?
#5
Macro Macro2506
Code:
Copy      Help
int i
SystemParametersInfo SPI_GETWHEELSCROLLLINES 0 &i 0
out i

str s.all(300)
SystemParametersInfo SPI_GETDESKWALLPAPER 300 s 0
s.fix
out s

;Unicode
BSTR w.alloc(300)
SystemParametersInfoW SPI_GETDESKWALLPAPER 300 w.pstr 0
str s2.ansi(w)
out s2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)