AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

A_Cursor

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
marlap



Joined: 01 Mar 2008
Posts: 11
Location: Canada

PostPosted: Sat Apr 19, 2008 6:38 pm    Post subject: A_Cursor Reply with quote

Would be nice if A_Cursor could recognize other cursors, such as the special cursors used in Excel.

[ Moderator!: moved from Bug Reports ]
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1271

PostPosted: Mon Apr 21, 2008 2:23 pm    Post subject: Reply with quote

How is this a bug?

It should be on wish list, and i think its a silly wish anyway, as how would it be helpful getting the name of a cursor that you had never seen before?

Use:

Code:
VarSetCapacity(mi, 20, 0), mi := Chr(20)
DllCall("GetCursorInfo", "UInt", &mi)
hCursor := NumGet(mi, 8)


to get a handle to the current cursor
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group