Chinaunix首页 | 论坛 | 博客
  • 博客访问: 25189
  • 博文数量: 49
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 445
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-23 14:08
文章分类

全部博文(49)

文章存档

2024年(5)

2023年(22)

2022年(22)

我的朋友

分类: Windows平台

2023-08-31 14:49:41

Private Sub txt_dh_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = 13 Then
Call Command3_Click
End If
End Sub


Private Sub txt_dh_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Call Command3_Click
End If
End Sub
阅读(86) | 评论(0) | 转发(0) |
0

上一篇:Windows LTSC 版本

下一篇:IE11 降级

给主人留下些什么吧!~~