WaitCursor does not display in TextBox or RichTextBox

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!!!
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top