填空题
要选择多个不相邻的控件,按住______或SHIFT键不放,再单击要选择的控件。
【参考答案】
Ctrl
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
在窗体上画一个名称为Command1的命令按钮,然后编写如下事件过程: Private Sub Command1_Click() Dim a As Integer,s As Integer a=8 s=1 Do s=s+a a=a-1 Loop While a<=0 print s,a End Sub 程序运行后,单击命令按钮,则窗体上显示的内容是( )。
A.7 9
B.34 0
C.9 7
D.死循环
点击查看答案
单项选择题
单击命令按钮时,下列程序代码的执行结果为( )。 Private Function FirProc(x As Integer,y As Integer,z As Integer) FirProc=2*x+y+3*z End Funcfion Private Function SecProc(x As Integer,y As Integer,z As Integer) SecProc=FirProc(z,x,y)+x End Funcfion Private Sub Command1_Click() Dim a As Integer Dim b As Integer Dim c As Integer a=2 b=3 c=4 Printf SecProc(c,b,a) End Sub
A.21
B.19
C.17
D.34
点击查看答案
相关试题
Sum+x
AddItem
b
Combo1.List(i)
Int(Rnd*99+1)