How to change the Mouse Pointer?


Screen.MousePointer = VBHourGlass/VBNormal.

Showing Answers 1 - 6 of 6 Answers

Manish

  • Aug 5th, 2012
 

System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
after doing some work
in default mode
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions