VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This Will Clear the Clipboard Every 1 Millisecond

by Hector Boet (2 Submissions)
Category: Windows System Services
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Thu 9th May 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This Will Clear the Clipboard Every 1 Millisecond

Rate This Will Clear the Clipboard Every 1 Millisecond



'On Error Resume Next 'put this to avoid error of clipboard being openned too many times

Dim i As Integer
If r = Clipboard.GetText Then
   If Len(r) = 0 Then
      Clipboard.Clear
   End If
Else
     Exit Sub
End If
End Sub


Download this snippet    Add to My Saved Code

This Will Clear the Clipboard Every 1 Millisecond Comments

No comments have been posted about This Will Clear the Clipboard Every 1 Millisecond. Why not be the first to post a comment about This Will Clear the Clipboard Every 1 Millisecond.

Post your comment

Subject:
Message:
0/1000 characters