单项选择题
单击命令按钮时,下列程序的执行结果是
Private Sub Command1_Click()
Dim a As Integer,b As Integer,c As Integer
a=3:b=4:c=5
Print SecProc(c,b,
A.
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
激活菜单栏的快捷键是
A.F10
B.F4
C.F5
D.Ctrl
点击查看答案&解析
单项选择题
下面有一段程序代码,如果从键盘上输入“Computer”,则在文本框内显示的内容是 Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii>=65 And KeyAscii<=122 Then KeyAscii=42 End If End Sub
A.Computer
B.什么都没有
C.********
D.程序出错
点击查看答案&解析
相关试题
Loop While Cout<=n或Loop Until Cou...
a(k,j)
下拉式列表框
下拉式组合框
a