Hi,
My application initialization takes some time and I'd like to display a wait cursor while it is being loaded. So I have tried to put the following line at the beginning of my overridden CWinApp::InitInstance() method :
This changes nothing, the cursor is still displayed as an arrow. It seems it has something to do with being in the InitInstance() because it works later in other parts of the program. Would you have an explanation and/or a workaround ?Code:CWaitCursor wait;
Thanks
