Jump to content

Recommended Posts

Posted

hi

i search in the forum but i didnt found any thig to remove waiting cursor any one can tell me how to do it ?

Posted Image <==---- this one i didnt want it

thanks :}

Posted

HKEY_CURRENT_USER\Control Panel\Cursors

and

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes

NOT WORK OTHER WAY?

Posted

hmm, i use this in one of my scripts, donno how it will work with other ones

$lastCursor = MouseGetCursor()

GUISetCursor(14)

my script lines

GUISetCursor($lastCursor)

probably u might try

Func _ClearWaitCursor()
; this function checks for wait cursor and resets it to arrow cursor
    If MouseGetCursor() = 14 Then GUISetCursor(2)
EndFunc

this is based on autoit setcursor , and i am not sure if it will detect any wait cursor (i havent tried much to study the fact, sorry)

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...