2

I'm trying to display a wait cursor in a web app I'm building, when I came upon this question/answer:

How can I make the cursor turn to the wait cursor?

The answer mentions This.UseWaitCursor, but it's not appearing in Intellisense.

My question; is this the proper usage in a web application? If so, do I need a certain Namespace to use it? If not, what is the proper way to display a wait cursor so that it will display a circle/hourglass/whatever until I request that it change back to the standard cursor?

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Johnny Bones
  • 8,786
  • 7
  • 52
  • 117
  • `UseWaitCursor` is only available in WinForms. In a web application you have to change the cursor client side, with javascript for istance. More info here: http://stackoverflow.com/questions/4564251/change-the-mouse-pointer-using-javascript – Federico Dipuma Apr 01 '16 at 17:12

0 Answers0