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
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
Comment