behdadsoft Posted September 9, 2015 Posted September 9, 2015 (edited) Hi.I want show cursor with autoit but I can't do it. even searched in google and find some way but I don't want them.i found this code in forum but don't work for me.global $bValue = 0; ShowCursor(1) Func ShowCursor($bValue) DllCall('User32.dll', 'int', 'ShowCursor', 'int', $bValue) EndFunceven I used BlockInput(1) command for hide mouse, but this command disable keayboard and mouse.In short:i need a command for hide/show cursor Icon and not disable/enable it.Thanks. Edited September 9, 2015 by behdadsoft
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