F
Franky
I think I misread a post and understood that if I do:
System.Windows.Forms.Cursor.Current = Cursors.WaitCursor
there is no need to reset the cursor to Default.
So I made all the reset statements into comments (placed an ' in front)
And everything works OK.
Now I'm wondering why.
Is it true that I do not need to reset the cursor or does leaving the sub do
that - or why is mine working?
Also, what is a static property. Is there only one value saved for the
entire application, for all Cursors, or what?
thanks for any clarifications
System.Windows.Forms.Cursor.Current = Cursors.WaitCursor
there is no need to reset the cursor to Default.
So I made all the reset statements into comments (placed an ' in front)
And everything works OK.
Now I'm wondering why.
Is it true that I do not need to reset the cursor or does leaving the sub do
that - or why is mine working?
Also, what is a static property. Is there only one value saved for the
entire application, for all Cursors, or what?
thanks for any clarifications