VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Anti Screen Saver Mouse Shake

by -=FEAR=- (2 Submissions)
Category: Graphics
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Thu 8th August 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Anti Screen Saver Mouse Shake

API Declarations


Private Const MOUSEEVENTF_MOVE = &H1 ' mouse move
Public n As Integer, capt As String

Rate Anti Screen Saver Mouse Shake




If n = 1 Then
    Call mouse_event(MOUSEEVENTF_MOVE, -1, 0, 0, 0)
    n = 0
Else
    Call mouse_event(MOUSEEVENTF_MOVE, 1, 0, 0, 0)
    n = 1
End If

Download this snippet    Add to My Saved Code

Anti Screen Saver Mouse Shake Comments

No comments have been posted about Anti Screen Saver Mouse Shake. Why not be the first to post a comment about Anti Screen Saver Mouse Shake.

Post your comment

Subject:
Message:
0/1000 characters