单项选择题
以下各项中,Visual Basic不支持的图形文件是
A..ico文件
B..jpg文件
C..psd文件
D..bmp文件
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
不能脱离控件(包括客体)而独立存在的过程是
A.事件过程
B.通用过程
C.Sub过程
D.函数过程
点击查看答案&解析
单项选择题
单击命令按钮时,下列程序的执行结果是 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.
End Sub
Function FirProc(x As Integer,y As Integer,z As Integer)
FirProc=2*x+y+3*z
End Function
Function SecProc(x As Integer,y As Integer,z As Integer)
SecProc=FirProc(z,x,y)+x
End FunctionA) 20
B.22
C.28
D.30
点击查看答案&解析
相关试题
Cls
PaintStart = False
Case Else
PaintStart = True
Print