MDI form cannot change cursor

I am creating a Windows Form Application using MDI Form. In MDI form I have SplitContainer, in Panel1 I have TreeView and I load forms in Panel2.

While everything works with one exception, I cannot disable the WaitCursor. I tried to change it in code and in form properties. Changing it in code does nothing, and when I try to change it in the properties of the form, it automatically returns to WaitCursor.

What am I missing?

+3


source to share


1 answer


I found a solution by changing the UseWaitCursor property to false. It was so easy, but I couldn't find the answer to it anywhere



0


source







All Articles