(30)下列事件过程可以将打开文件对话框的标题改变为“new Caption”.A.Private Sub Commandl_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowFont End Sub B.Private Sub Commandl_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowOpen End Sub C.Private Sub Commandl_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowHelp End Sub D.Private Sub Commandl_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowColor End Sub
第1题:
以下( )事件过程可以将打开的对话框的标题改变为“新标题”。
A.Private Sub Commandl_Click() Common Dialog1.DialogTitle="新标题" Common Dialog1.ShowFont End Sub
B.Private Sub Commandl_Crick() CommonDialog1.DialogTifie="新标题" CommonDialog1.ShowOpen End Sub
C.Private Sub Commandl_Click() Common Dialog1.DialogTitle="新标题" Common Dialog1.ShowClose End Sub
D.Private Sub Commandl_Click() CommonDialogl.DialogTitle="新标题" CommonDialogl.ShowColor End Sub
第2题:
下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。
A.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowFont End Sub
B.Private Sub Command1_Click() CommonDialog1.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
第3题:
假设在窗体Form1画一个通用对话框控件CommonDialogl,要建立“打开文件”对话框,为了使得该对话框的标题显示为“打开文件”,那么可以实现该功能的语句是 ______。
A.CommonDialogl.DialogTile= "打开文件"
B.CommonDialogl.DialogTile( "打开文件")
C.CommonDialogl.FileTile="打开文件"
D.CommonDialogl.FileTile("打开文件")
第4题:
假设在窗体Form1上画一通用对话框控件CommonDialogl,要建立“打开文件”对话框,为了使得该对话框的标题显示为“打开文件”,那么可以实现该功能的语句是 ______。
A.CommonDialogl.DialogTitle=“打开文件”
B.CommonDialogl.DialogTitle(“打开文件”)
C.CommonDialogl.FileTitle=“打开文件”
D.Commonnalogl.FileTitle(“打开文件”)
第5题:
下列说法错误的是
A.通用对话框的Name属性的默认值为CommonDialogx,此外,每种对话框都有自己的默认标题
B.文件对话框可分为两种,即打开(OperJ)文件对话框和保存(SaveAS)文件对话框
C.打开文件对话框可以让用户指定一个文件,由程序使用;而用保存文件对话框可以指定一个文件,并以这个文件名保存当前文件
D.DefarltEXT属性DialosTire属性都是打开对话框的属性,但非保存对话框的属性