tic
Joined: 22 Apr 2007 Posts: 1271
|
Posted: Mon Apr 21, 2008 2:23 pm Post subject: |
|
|
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 |
|