Where's the background cursor?

  • Thread starter Thread starter Marcel Brekelmans
  • Start date Start date
M

Marcel Brekelmans

Hi,

I was wondering why the Cursor object doesn't have the 'working in
background' icon (the combined hand/hourglass cursor, signifying that the
computer is busy doing something, but you can still use it). I would like to
use it in my own programm.
 
Hi,

I believe the cursor to which you are referring is the hourglass with an
arrow (IDC_APPSTARTING). I don't know why it wasn't included, but you can
create it yourself if you'd like and load it using one of the overloaded
Cursor constructors.
 
Thanks alot! That's the one I mean. I feel silly I just didn't try them all
out. :)
 

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

Back
Top