What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Hidie mouse in visual basic

Hidie mouse in visual basic
Author: Message:
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
33 / Male / –
Joined: May 2003
RE: Hidie mouse in visual basic
code:
Private Declare Function ShowCursor Lib "user32" (ByVal lShow As Long) As Long

Public Sub ButtonName_Click()
    ShowCursor False
End Sub

Public Sub ButtonName_Click()
    ShowCursor True
End Sub


When testing use the Tab button to find the other button because it would be hard to click it without being able to see the mouse.
05-20-2004 04:20 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Hidie mouse in visual basic - by Necroman on 05-20-2004 at 02:59 PM
RE: Hidie mouse in visual basic - by Stigmata on 05-20-2004 at 03:55 PM
RE: Hidie mouse in visual basic - by Necroman on 05-20-2004 at 04:18 PM
RE: Hidie mouse in visual basic - by dotNorma on 05-20-2004 at 04:20 PM
RE: Hidie mouse in visual basic - by Stigmata on 05-20-2004 at 04:20 PM
RE: Hidie mouse in visual basic - by Mike on 05-20-2004 at 04:30 PM
RE: Hidie mouse in visual basic - by CookieRevised on 05-20-2004 at 04:43 PM
RE: Hidie mouse in visual basic - by Necroman on 05-20-2004 at 04:45 PM
RE: Hidie mouse in visual basic - by CookieRevised on 05-20-2004 at 05:31 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On