|
-
Jun 16th, 2003, 03:29 AM
#1
Thread Starter
Hyperactive Member
Change Cursor *[RESOLVED]*
I've just upgraded from VB.NET Standard 2002 to Visual Studio Professional 2003 and I want to able to change the cursor within my program, the line used to be
VB Code:
Me.Cursor = Cursor.WaitCursor
but the Cursor.WaitCursor just puts a blue squiggly line underneath and tells me:
"Waitcursor is not a member of 'System.Windows.Forms.Cursor'
Am I missing something?
Hi to all those who remember me!
Last edited by RealNickyDude; Jun 16th, 2003 at 03:55 AM.
-
Jun 16th, 2003, 03:33 AM
#2
Thread Starter
Hyperactive Member
Doh, i've now sorted it, its: cursors.waitcursor (with an 's') not cursor.waitcursor
-
Jun 17th, 2003, 07:10 AM
#3
Fanatic Member
That is a tricky one - and I think we all stumbled on that one at some time for at least a few minutes!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|