S Shawn Mesiatowsky Oct 19, 2004 #1 how do you change the mouse cursor to an hour glass? thanks for your help
M Morten Wennevik Oct 19, 2004 #2 Hi Shawn, You use the Cursor property of the control you want the cursor to change for. this.Cursor = Cursors.WaitCursor; You might want to save the previous cursor or set it to Cursors.Default when needed.
Hi Shawn, You use the Cursor property of the control you want the cursor to change for. this.Cursor = Cursors.WaitCursor; You might want to save the previous cursor or set it to Cursors.Default when needed.
S Shiva Oct 19, 2004 #3 this.Cursor = Cursors.WaitCursor; how do you change the mouse cursor to an hour glass? thanks for your help
this.Cursor = Cursors.WaitCursor; how do you change the mouse cursor to an hour glass? thanks for your help