Jump to content

Recommended Posts

Posted (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)
EndFunc

even 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 by behdadsoft

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...