单项选择题
在新建一个Visual Basic工程时,将新建窗体的Name属性设置为TheFirst,则默认的窗体文件名为( )。
A.Forml.rrm
B.工程1.frm
C.TheFirst.fim
D.Forml.vbp
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
对长度为n的线性表进行顺序查找,在最坏情况下需要比较的次数为( )。
A.125
B.n/2
C.n
D.n+1
点击查看答案&解析
单项选择题
下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。
A.Prirate Sub Commandl Click()
CommonDialogl.DialogTitle="new Caption"
CommonDialogl.ShowFont
End Sub
B.Private Sub Commandl+Click()
CommonDialogl.DialogTitle="new Caption"
CommonDialogl.ShowOpen
End Sub
C.Private Sub Commandl_Click()
CommonDialogl.DialogTitle="new Caption"
CommonDialogl.ShowHelp
End Sub
D.Private Sub Commandl_Click()
CommonDialogl.DialogTitle="new Caption"
CommonDialogl.ShowColor
End Sub
点击查看答案&解析
相关试题
下列程序用于在带垂直滚动条的文本框Text1...
表达式 12345 <> 12345 &...
在窗体上画一个文本框和一个图片框,然后编...
已知变量bool Var是一个布尔型的变量,如...
执行以下语句后,输出结果为______。...