单项选择题

以下各项中,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
相关试题
  • 下列程序的执行结果为 Private Sub Comm...
  • 单击命令按钮时,下列程序的执行结果为 Pr...
  • 编写如下两个事件过程: Private Sub Fo...
  • 链表不具有的特点是
  • 只有将组合框的Style属性设置为何值时,才...