Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Brief Cursor change
#2
I would try the following:

int hwnd=CreateWindowEx(0 "#32770" 0 ...) to create temporary window and make it active;
SetCapture(hwnd) to capture the mouse;
SetCursor(LoadCursor(0 IDC_WAIT));
wait;
SetCapture(0);
DestroyWindow(hwnd).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)