behdadsoft 1 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 Share this post Link to post Share on other sites