06-01-2007, 10:48 PM
Right above that code I have this....
If KeyCode = vbKeyF5 Then
frmMirage.picChat.Visible = IIf(frmMirage.picChat.Visible = True, False, True)
End If
And that works fine. That code makes it so the Chat can be hidden and brought back using F5.
The only thing I can think of ... is vbKeyPrint the right code for Print Screen? Cause I dont see why else it wouldnt work.
If KeyCode = vbKeyF5 Then
frmMirage.picChat.Visible = IIf(frmMirage.picChat.Visible = True, False, True)
End If
And that works fine. That code makes it so the Chat can be hidden and brought back using F5.
The only thing I can think of ... is vbKeyPrint the right code for Print Screen? Cause I dont see why else it wouldnt work.