Results 1 to 2 of 2

Thread: Hide Mouse

  1. #1
    billfaceuk
    Guest

    Hide Mouse

    How do you hide the mouse cursor globally?

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Code:
    Private Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
    
    ShowCursor 0
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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