Busy Cursor

  • Thread starter Thread starter Ed Bick
  • Start date Start date
E

Ed Bick

Here's an easy one, I'm sure. In VB6 I would do MousePointer = vbHourGlass.
How do I do this in .Net?
 
* "Ed Bick said:
Here's an easy one, I'm sure. In VB6 I would do MousePointer = vbHourGlass.
How do I do this in .Net?

'Cursor.Current = Cursors.WaitCursor' or by setting the form's/control's
'Cursor' property to 'Cursors.WaitCursor'.
 

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

Back
Top