PDA

View Full Version : WAITCURSOR, not SetWaitCursor


Amarganth
02-23-2009, 10:28 PM
In the On-line Manual, there exist an entry "WaitCursor".

In the example it is called SetWaitCursor. That's wrong.

Mike Halliday
02-24-2009, 09:53 AM
I think that there is a mis-type in the online help.

waitcursor is the PPL function to change the cursor to the hourglass;

setwaitcursor is the C++ function as defined by Microsoft; http://msdn.microsoft.com/en-us/library/aa188945(office.10).aspx

It appears that it only works on WinCE devices - I have tested this in some PC code and it does not do anything;

Mike.