Mouse Cursor Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wolf

    Mouse Cursor Question

    if you want to show your mouse cursor an hourglass then u use :

    this.Cursor = Cursors.Waiting glass

    What do you do when you have a class generated by visual studio.net
    2005 called thisApplication .cs.There is no 'this', so I cant use
    'this.Cursor'

    Can anyone help me please

  • Wolf

    #2
    Re: Mouse Cursor Question

    Sorry, there is a 'this' in the class, but when u type in 'this.',
    there is no cursor

    Comment

    • Wolf

      #3
      Re: Mouse Cursor Question

      Don't worry, it's sorted

      Comment

      Working...