Wurschtbrot Posted October 20, 2008 Posted October 20, 2008 (edited) MouseGetCursor ( ) Returns a cursor ID Number: 0 = UNKNOWN (this includes pointing and grabbing hand icons) 1 = APPSTARTING 2 = ARROW 3 = CROSS 4 = HELP 5 = IBEAM 6 = ICON 7 = NO 8 = SIZE 9 = SIZEALL 10 = SIZENESW 11 = SIZENS 12 = SIZENWSE 13 = SIZEWE 14 = UPARROW 15 = WAIT this var all is known and here my problem starts: 0 = UNKNOWN i want to read what kind of cursoricon(ci) is on screen(mouse) i cannot use pixelgetcolor(Mouse(x+3),Mouse(y+3)) to get mouse colors. how can i get colors / icon checksum or any way to uniqe identify a custom cursor in a program ? can i read out current cursor ? Edited October 20, 2008 by Wurschtbrot
Zedna Posted October 20, 2008 Posted October 20, 2008 (edited) Look at mouse cursor functions on MSDN:GetCursorGetCursorInfohttp://msdn.microsoft.com/en-us/library/ms648388(VS.85).aspx Edited October 20, 2008 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
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