柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
一个窗体上有两个文本框,其放置顺序分别是:Text1,Text2 ,要想在Text1中按"回车"键后焦点自动转到Text2上,需编写的事件是( )。
A.Private Sub Text1_KeyPress(KeyAscii As Integer)
B.Private Sub Text1_LostFocus()
C.Private Sub Text2_GotFocus()
D.Private Sub Text1_Click()
热度🔥244
参考答案:A
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
语句Dim NewArray(10) As Integer的含义是( )。
VBA 表达式 Left("how are you ",3) 值是
下列程序的功能是:将三个数按从大到小进行排序,程序空白处应填写的语句是 If a < b Then d = a : a = b : b = d End If If a < c Then d = a : a = c : c = d End If If _______ Then d = b : b = c : c = d End If
以下各项关于引导加载程序的说法,不正确的是( )。
标签
二级ACCESS
text
text1
sub
private