填空题

窗体的属性可在属性窗口中设置,也可在程序中用 【6】 语句动态设置。

【参考答案】

赋值
<上一题 目录 下一题>
热门 试题

单项选择题
单击命令按钮时,下列程序代码的执行结果为______。 Private Function FirProc (x As Integer,y As Integer,z As Integer) FirProc=2*x+y+3*z End Function Private Function SecProc(x As Integer,y As Integer,z As Integer) SecProc=FirProc(z,x,y)+x End Function Private Sub Command1_Click() Dim a As Integer Dim b As Integer Dim C As Integer a=2 b = 3 c = 4 Print SecProc(c,b,
A.
填空题
采用顺序查找方法查找长度为n的线性表,平均查找长度为 【3】 。
相关试题
  • 在C盘当前文件夹下建立一个名为StuData.tx...
  • 有如下Sub过程: Sub ind(a As Intege...
  • 窗体中有两个命令按钮:“显示”(控件名为...
  • 以下程序代码实现单击命令按钮Command1时...
  • VB中的控件分为内部控件、ActiveX控件和 ...