|
-
May 18th, 2000, 02:08 AM
#1
Thread Starter
New Member
How do I disable the Print Screen Key?
I'm trying this:
Private Sub txtText_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyPrint or KeyCode = vbKeySnapshot then
KeyCode = 0
End If
End Sub
But, when I press the Print Screen Key the event isn't fired. *ONLY* with Print Screen Key!!!
Thanks in advance,
Piazza
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|