单项选择题
如果准备读文件,打开顺序文件“text.dat”的正确语句是
A.Open "texdar"For Write As #1
B.Open "texdat"For Binary As #1
C.Open "texdat"For Input As #1
D.Open "texdat"For Random As #1
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
以下事件过程可以将打开对话框的标题改为“新时代”的是
A.Private Sub Command2_CliCk() CommonDialog1.DialogTitle=“新时代” CommonDialog1.ShowOven End Sub
B.Private Sub Command2.Click() CommonDialog1.DialiogTitle=“新时代” CommonDialog1.ShowFont End Sub
C.Private Sub Command2_Click() CommonDialog1.DialogTitle=“新时代” CommonDialog1.Show End Sub
D.Private Sub Command2_Click() CommonDialog1.DialogTitle=“新时代” CommonDialog1.ShowColor End Sub
点击查看答案&解析
单项选择题
以下哪个关键字声明的局部变量在整个程序运行中其值一直保留
A.Stafic
B.Private
C.Dim
D.Pubic
点击查看答案&解析
相关试题
有如下函数过程。 Function Fun( By V...
单击命令按钮时,下列程序的运行结果为 Pr...
阅读程序: Function Fun( a As Inte...
在窗体上添加一命令按钮,名称为Command1...
设在窗体上有个文本框,然后编写如下的事件...