Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse Cursor
#1
How can I use this?

if cursor=IDC_WAIT ...
#2
Code:
Copy      Help
type CURSORINFO cbSize flags hCursor POINT'ptScreenPos
dll user32 #GetCursorInfo CURSORINFO*pci

CURSORINFO ci.cbSize=sizeof(CURSORINFO)
if(!GetCursorInfo(&ci)) ret

if(ci.hCursor=LoadCursor(0 +IDC_WAIT)) out "wait"
#3
Thanks.


Forum Jump:


Users browsing this thread: 1 Guest(s)