假定通用对话框的名称为CommonDialog1,命令按钮的名称为Command1,则单击命令按钮后,能使打开的对话框的标题为“New Title”的事件过程是( )。
A: Private Sub Command1_Click()
B: CommonDialog1.DialogTitle="New Title"
C: CommonDialog 1.ShowPrinter
D: End Sub
E: Private Sub Command1_Click()
F: CommonDialog1.DialogTitle="New Title"
G: CommonDialog1.ShowFont
H: End Sub
I: Private Sub Command1_Click()
J: CommonDialog1.DialogTitle="New Title"
K: CommonDialog1.ShowOpen
L: End Sub
M: Private Sub Command1.Click()
N: CommonDialog1.DialogTitle="New Title"
O: CommonDialog1.ShowColor
P: End Sub
A: Private Sub Command1_Click()
B: CommonDialog1.DialogTitle="New Title"
C: CommonDialog 1.ShowPrinter
D: End Sub
E: Private Sub Command1_Click()
F: CommonDialog1.DialogTitle="New Title"
G: CommonDialog1.ShowFont
H: End Sub
I: Private Sub Command1_Click()
J: CommonDialog1.DialogTitle="New Title"
K: CommonDialog1.ShowOpen
L: End Sub
M: Private Sub Command1.Click()
N: CommonDialog1.DialogTitle="New Title"
O: CommonDialog1.ShowColor
P: End Sub
举一反三
- 假定通用对话框的名称为CommonDialog1,命令按钮的名称为Command1,则单击命令按钮后,能使打开的对话框的标题为“New Title”的事件过程是( )。 A: Private Sub Command1_Click() B: CommonDialog1.DialogTitle="New Title" C: CommonDialog 1.ShowPrinter D: End Sub E: Private Sub Command1_Click() F: CommonDialog1.DialogTitle="New Title" G: CommonDialog1.ShowFont H: End Sub I: Private Sub Command1_Click() J: CommonDialog1.DialogTitle="New Title" K: CommonDialog1.ShowOpen L: End Sub M: Private Sub Command1.Click() N: CommonDialog1.DialogTitle="New Title" O: CommonDialog1.ShowColor P: End Sub
- 下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。 A: Private Sub Command1_Click() B: CommonDialog1.DialogTitle="new Caption" C: CommonDialog1.ShowFont D: End Sub E: Private Sub Command1_Click() F: CommonDialog1.DialogTitle="new Caption" G: CommonDialog1.ShowOpen H: End Sub I: Private Sub Command1_Click() J: CommonDialog1.DialogTitle="new Caption" K: CommonDialog1.ShowHelp L: End Sub M: Private Sub Command1_Click() N: CommonDialog1.DialogTitle="new Caption" O: CommonDialog1.ShowColor P: End Sub
- 下列( )事件过程可以将打开文件对话框的标题改变为“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.Show Help End Sub D: Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowColor End Sub
- 假定通用对话框的名称为CommonDialog1,命令按钮的名称为Command1,则单击命令按钮后,能使打开的对话框的标题为“New Title”的事件过程是______。 A: Private Sub Commandl_Click()CommonDialog1.DialogTitle="NewTitle"CommonDialog1.ShowPrinterEnd Sub B: Private Sub Command1_Click()CommonDialog1.DialogTitle="NewTitle"CommonDialog1.ShowFontEnd Sub C: Private Sub Commslld1_CUck()CommonDialog1.DialogTifie="NewTitle"CommonDialog1.ShowOpenEnd Sub D: PrivateSubCommand1_Click()CommonDialog1.DialogTitle”NewTitle”CommonDialog1.ShowColorEnd Sub
- 假定通用对话框的名称为CommonDialogl,命令按钮的名称为Commandl,则单击命令按钮后,能使打开的对话框的标题为"New Title"的事件过程是______。 A: Pdvate Sub Commandl_click() CommonDialogDialogTitle="New Title" CommonDialogShowPrinter End Sub B: Private Sub Cormnandl_click() CommonDialogDialogTitle="New Title" CommonDialogShowFont End Sub C: Private Sub Commandl_click() CommonDialogDialogTitle="New Title" CommonDialogShowOpen End Sub D: Pfivate Sub Commandl_click() CommonDialogDialogTitle="New Title" CommonDialogShowColor End Sub