单项选择题
如果准备读文件,打开顺序文件“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
点击查看答案&解析
相关试题
下列事件过程的功能是:建立一个名为Datal...
语句PopupMenu PMENU,4 Or 2,,,PM...
设有命令按钮Command1的单击事件过程,代...
下面程序用来计算:Private Sub Command...
有一过程如下:Sub Subl (m As Intege...