What is the value of Cursors.Default ?

  • Thread starter Thread starter elena
  • Start date Start date
E

elena

Hi, All
I am trying to use SetCursor API in my console app (i don't want to shows
wait cursor then app starts up).
I found value for Cursors.WaitCursor - "32514"
Where can i get value for Cursors.Default ?
please, advice
 
elena said:
Hi, All
I am trying to use SetCursor API in my console app (i don't want to shows
wait cursor then app starts up).
I found value for Cursors.WaitCursor - "32514"
Where can i get value for Cursors.Default ?
please, advice

#define IDC_ARROW MAKEINTRESOURCE(32512)
 
Back
Top