Is there a way I can simulate moving the mouse wheel on a minimized window? Also, is there something I can do so the autoit icon never shows in the system tray? i have opt("TrayIconHide", 1) but it still pops up for a split second. EDIT: I actually did some work and made a function that does it. Credit to Insolence for his _MouseClickPlus function that helped me make this and Larry for the _MakeLong function it uses. Func _MouseWheelPlus($Window, $direction, $clicks) Local $WM_MOUSEWH