Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ryan's Questions.
#2
1). You can keep it completely client side, so long as all the /editor commands you want in your admin panel are already client side.
2).
Code:
Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)
    
    If KeyCode = vbKeyF1 Then
    ..........
    End If
End Sub
3). You could use either frmForm.Show or frmForm.Visible = True
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)