单项选择题

在Visual Basic中,下列优先级最高的运算符是

A.*
B.\
C.<
D.Not
<上一题 目录 下一题>
热门 试题

单项选择题
以下事件过程可以将打开的对话框的标题改变为“新标题”的是
A.Private Sub Command1_Click()
CommonDialog1.DialogTitle=“新标题”
CommonDialog1.ShowOpen
End Sub
B.Private Sub Command1_Click()
CommonDialog1.DialogTitle=“新标题”
CommonDialog1.ShowFont
End Sub
C.Private Sub Command1_Click()
CommonDialog1.DialogTitle=“新标题”
CommonDialog1.Show
End Sub
D.Private Sub Command1_Click()
CommonDialog1.DialogTitle=“新标题”
CommonDialog1.ShowColor
End Sub
单项选择题
关系数据库管理系统能实现的专门关系运算包括
A.排序、索引、统计
B.选择、投影、连接
C.关联、更新、排序
D.显示、打印、制表
相关试题
  • 设有菜单结构如表所示 表1 菜单结构 标...
  • 下列程序的运行结果是 Private Sub Form...
  • 当发生Command1_C1ick事件后,以下程序...
  • 编写如下通用过程: Sub Proc(x As Si...
  • 下列工具中为需求分析常用工具的是