Rajani
2004-01-20 09:46:05 UTC
I have WTL application . On wizard finish function that is OnWizardFinish() function i have lengthy operation do . I need to show busy cusor. If i use SetCursor() the cursor is not restored to wait cursor if the mouse is moved out of the window and come back . I have derived the wizard from CPropertyPageImpl class . If wm_setcursor is handled it is not being called. Any help appreciated