单项选择题

不能脱离控件(包括窗体)而独立存在的过程是( )。

A.事件过程
B.通用过程
C.Sub过程
D.函数过程
<上一题 目录 下一题>
热门 试题

单项选择题
下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。
A.Private Sub Command1_Click()
CommonDialog1. DialogTitle="new Caption"
CommonDialog1. ShowFont
End Sub
B.Private Sub Command1_Click()
CornmonDialog1. DialogTitle=”new Caption”
CommonDialog1. ShowOpen
End Sub
C.Private Sub Command1_Click()
CommonDialog1. DialogTitle="new Caption"
CommonDialog1. ShowHelp
End Sub
D.Private Sub Command1_Click()
CommonDialog1.DialogTitle="new Caption"
CommonDialog1. ShowColor
End Sub
单项选择题
设置复选框或单选按钮的标题对齐方式的属性是( )。
A.Aligh
B.Style
C.Alignment
D.Sorted
相关试题
  • 在窗体上放置一个命令按钮Command1,并编...
  • 有下列函数过程: Function Func2(a A...
  • 在窗体上有一个文本框,其名称为Text1,编...
  • 在C盘当前文件夹下建立一个名为SDat.txt的...
  • 设有变量声明为“Dim aDate As Date”,...