avalosro Posted November 2, 2007 Posted November 2, 2007 As refreshs the system tray? I want to refresh the icons the system tray
weaponx Posted November 2, 2007 Posted November 2, 2007 Topic already exists: http://www.autoitscript.com/forum/index.ph...;hl=refreshtrayFunc RefreshTray() $speed = 5 $original = MouseGetPos() MouseMove (10,10) MouseMove (10,@DesktopHeight - 10, $speed) MouseMove (@DesktopWidth - 10,@DesktopHeight - 10, $speed) MouseMove (@DesktopWidth - 10,10, $speed) MouseMove (10,10, $speed) MouseMove ($original[0],$original[1]) EndFunc
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now