Prevent a User from copying files or folders from explorer.Can be used effectively to prevent pirac
Prevent a User from copying files or folders from explorer.Can be used effectively to prevent piracy of CD-ROM.
Rate Prevent a User from copying files or folders from explorer.Can be used effectively to prevent pirac
(2(2 Vote))
Dim i As Integer
r = Clipboard.GetText
If Len(r) = 0 Then
Clipboard.Clear
End If
Else
Exit Sub
End If
End Sub
Prevent a User from copying files or folders from explorer.Can be used effectively to prevent pirac Comments
No comments yet — be the first to post one!
Post a Comment