How can I do it? If I try the usual way:
VB Code:
me.cursor = cursors.waitcursor
Certainly it will throw an exception. Thanks.
Printable View
How can I do it? If I try the usual way:
VB Code:
me.cursor = cursors.waitcursor
Certainly it will throw an exception. Thanks.
Hi,Quote:
Originally Posted by Xcoder
You could try this;
VB Code:
Dim oldCursor As Cursor = Cursor.Current Cursor.Current = Cursors.WaitCursor
Hope it helps,
sparrow1
It did, thanksQuote:
Originally Posted by sparrow1
Hi,Quote:
Originally Posted by Xcoder
Your welcome, mark your thread as resolved!
Wkr,
sparrow1