|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
VC++ 6.0 WIN32 app: Hourglass
So how do I turn my arrow pointer to an hourglass to indicate application is busy? I've been searching in MSDN but all I found were either VB stuff or needs MFC (which I'm not using). There must be a way to do it without MFC right? What files do I need to include?
Thanks for your help. |
|
#2
|
|||
|
|||
|
Oh I found this...
http://www.codeproject.com/useritems/awcursor.asp More info on SetCursor() and HCURSOR type are in MSDN. |
|
#3
|
|||
|
|||
|
Check out CCmdTarget::BeginWaitCursor/CCmdTarget::EndWaitCursor. If you are using a document/view architecture, this method is available in your document class....
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > VC++ 6.0 WIN32 app: Hourglass |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|