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:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
21 / Other / Flag
Joined: Jul 2003
RE: Hidie mouse in visual basic
hmmmmm get a book mate....


code:
Declare Function ShowCursor& Lib "user32" _
    (ByVal bShow As Long)
    'Add this code to Command1.

Private Sub Command1_Click()

    ShowCursor (bShow = True)
End Sub

'Add this to Command2.

Private Sub Command2_Click()

    ShowCursor (bShow = False)
End Sub

05-20-2004 03:55 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