单项选择题

在文本框中,当用户键入一个字符,能同时引发的事件是

A.KeyPress和Click
B.KeyPress和LostFocus
C.KeyPress和Change
D.Change和LostFocous
<上一题 目录 下一题>
热门 试题

单项选择题
如果准备读文件,打开顺序文件“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
相关试题
  • 有如下函数过程。 Function Fun( By V...
  • 单击命令按钮时,下列程序的运行结果为 Pr...
  • 阅读程序: Function Fun( a As Inte...
  • 在窗体上添加一命令按钮,名称为Command1...
  • 设在窗体上有个文本框,然后编写如下的事件...