填空题
Visual Basic对象可以分为两类,分别为
【6】
和
【7】
。
【参考答案】
【6】预定义对象
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
单击命令按钮时,下列程序的执行结果是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 SubFunction FirProC(x As Integer,y As Integer,z As Integer) FirProc=2*s+y+3*zEnd FunctionFunction SecProc(x As Integer,y As Integer,z As Integer) SecProc=FirProc(z,x,y)+xEnd Function
A.20
B.22
C.28
D.30
点击查看答案&解析
填空题
完成下面的程序,使显示结果如下图所示。Private Sub Form_Click()FontSize=18Sample$s= 【8】 x=(ScaleWidth-TextWidth(Sample$))/2y=(ScaleHeight-TextHeight(Sample$))/2CurrentX=xCurrentY=y【9】 Sample$End Sub
点击查看答案&解析
相关试题
下面程序是由鼠标事件在窗体上画图,如果按...
下列程序的功能是:当x100时,没有意义...
改变驱动器列表框的Drive属性值将引发 【...
下列程序的执行结果为Private Sub Comman...
算法的基本特征是可行性、确定性、 【1】...