L larry mckay Nov 14, 2003 #1 does anyone have a code sample that changes the mouse cursor to an hourglass or waitcursor ?
A Armin Zingler Nov 14, 2003 #2 larry mckay said: does anyone have a code sample that changes the mouse cursor to an hourglass or waitcursor ? Click to expand... cursor.current = cursors.waitcursor
larry mckay said: does anyone have a code sample that changes the mouse cursor to an hourglass or waitcursor ? Click to expand... cursor.current = cursors.waitcursor
H Herfried K. Wagner [MVP] Nov 15, 2003 #4 * larry mckay said: does anyone have a code sample that changes the mouse cursor to an hourglass or waitcursor ? Click to expand... If you want to change the cursor of a control, set its 'Cursor' property to 'Cursors.*', if you want to change the cursor in general, set 'Cursor.Current' to a cursor. -- Herfried K. Wagner MVP · VB Classic, VB.NET <http://www.mvps.org/dotnet> <http://www.plig.net/nnq/nquote.html>
* larry mckay said: does anyone have a code sample that changes the mouse cursor to an hourglass or waitcursor ? Click to expand... If you want to change the cursor of a control, set its 'Cursor' property to 'Cursors.*', if you want to change the cursor in general, set 'Cursor.Current' to a cursor. -- Herfried K. Wagner MVP · VB Classic, VB.NET <http://www.mvps.org/dotnet> <http://www.plig.net/nnq/nquote.html>