VB前台文本框中输入回车,便结束该题。求详细的后台过程。
2个回答
展开全部
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
'再这里写你的代码
end if
End Sub
If KeyAscii = 13 Then
'再这里写你的代码
end if
End Sub
追问
能帮忙大概解释一下不..没太看懂....万分感谢
追答
If KeyAscii = 13 Then '这句的意思是按下了回车键
至于便结束该题,是不是写end就可以了
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
end
end if
End Sub
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |