笔记本自带键盘TAB键坏了 一直跳 怎么屏蔽啊?

发布时间:2024-05-22 19:50 发布:上海旅游网

问题描述:

外接了键盘也没有改善

问题解答:

用回车代替TAB键.
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = vbKeyReturn Then
SendKeys "{TAB}"
End If
End Sub

热点新闻