I am creating a Windows Form Application using an MDI Form. In the MDI Form I have a SplitContainer, in Panel1 is a TreeView and I load forms into Panel2.
So far everything works with one exception, I cannot turn off the WaitCursor. I have tried changing it in code and in the form properties. Changing it in code does nothing and when I try to change it in the form properties it automatically reverts back to WaitCursor.
What am I missing?