Results 1 to 3 of 3

Thread: Change Cursor *[RESOLVED]*

  1. #1

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435

    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:
    1. 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.
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  2. #2

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Doh, i've now sorted it, its: cursors.waitcursor (with an 's') not cursor.waitcursor
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  3. #3
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    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
  •  



Click Here to Expand Forum to Full Width