What is the value of Cursors.Default ?

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
 
T

Trevor

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top