Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check Input
#3
Code:
If KeyCode = vbKeyF5 And frmMirage.picChat.Visible = True Then
        frmMirage.picChat.Visible = False
    Else
    If frmMirage.picChat.Visible = False Then
        frmMirage.picChat.Visible = True
    End If

Revised.

:: Pando
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)