Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
Cursor not staying Wait Cursor
posted

This seems like it should not be difficult, but I am at a loss.  This is issue is not Toolbar Manager specific, but I noticed that.

When setting Me.Cursor = Cursors.WaitCursor (also tried Cursor.Current = Cursors.WaitCursor) when I want to let the user know we are working on something, that it fails to change to the wait cursor at all. So I tried to set the the Toolbar manager's Cursor as well (because I was using the toolbar manager to activate the code that was causing the wait), and that seemed to work until I moused away from the toolbar...

 Is there no way to set the whole form and all infragistics sub controls to have a wait cursor without setting every single controls cursor value?