WaitCursor does not display in TextBox or RichTextBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have a windows form with a TextBox and a RichTextBox. In response to a
button press event I issue the following command:

Cursor = Cursors.WaitCursor

This cursor changes to the wait cursor when the mouse is over the form
except if it is over the TextBox or RichTextBox. Is this a bug?
Thanks for your help!!!
 
Please explain what do you mean by recursively looping through the child
controls. I also have similar problem of waitcursor not showing up on a form
which has just 1 label.

Thanks in advance,
newbie
 
Back
Top