回车编程(回车代码符号) 1、Private Sub Form_KeyPressKeyAscii As Integer#39在form上敲回车触发事件 If KeyAscii = 13 Then#39如果按下的是回车键,注意回车Asc码是13 Call Command1_Click#39那么执行command1点击事件 En...