06-01-2007, 10:02 AM
in sub check input I put this...
I want it to show a logo when you try to print screen.. but when I hit the button it doesnt show it some reason... any ideas?
Code:
If KeyCode = vbKeyPrint Then
frmMirage.picLOGO.Visible = True
End If
I want it to show a logo when you try to print screen.. but when I hit the button it doesnt show it some reason... any ideas?