网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。

A.Prirate Sub Commandl Click() CommonDialogl.DialogTitle="new Caption" CommonDialogl.ShowFont End Sub

B.Private Sub Commandl+Click() CommonDialogl.DialogTitle="new Caption" CommonDialogl.ShowOpen End Sub

C.Private Sub Commandl_Click() CommonDialogl.DialogTitle="new Caption" CommonDialogl.ShowHelp End Sub

D.Private Sub Commandl_Click() CommonDialogl.DialogTitle="new Caption" CommonDialogl.ShowColor End Sub


参考答案

更多 “ 下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。A.Prirate Sub Commandl Click() CommonDialogl.DialogTitle="new Caption" CommonDialogl.ShowFont End SubB.Private Sub Commandl+Click() CommonDialogl.DialogTitle="new Caption" CommonDialogl.ShowOpen End SubC.Private Sub Commandl_Click() CommonDialogl.DialogTitle="new Caption" CommonDialogl.ShowHelp End SubD.Private Sub Commandl_Click() CommonDialogl.DialogTitle="new Caption" CommonDialogl.ShowColor End Sub ” 相关考题
考题 (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

考题 以下事件过程可以将打开的对话框的标题改变为“新标题”的是A.Private Sub Command1_Click() CommonDialog1.DialogTitle=“新标题” CommonDialog1.ShowOpen End SubB.Private Sub Command1_Click() CommonDialog1.DialogTitle=“新标题” CommonDialog1.ShowFont End SubC.Private Sub Command1_Click() CommonDialog1.DialogTitle=“新标题” CommonDialog1.Show End SubD.Private Sub Command1_Click() CommonDialog1.DialogTitle=“新标题” CommonDialog1.ShowColor End Sub

考题 要使表单的标题变为“档案管理”,应设置命令按钮Commandl的Click事件为( )。A. This Form.Commgndl.Caption=”档案管理”B. Parent.Caption=”档案管理”C. ThisForm.Caption=”档案管理”D. This.Caption=”档案管理”

考题 假定通用对话框的名称为CommonDialogl,命令按钮的名称为Commandl,则单击命令按钮后,能使打开的对话框的标题为"New Title"的事件过程是______。A. Pdvate Sub Commandl_click() CommonDialogl.DialogTitle="New Title" CommonDialogl.ShowPrinter End SubB.Private Sub Cormnandl_click() CommonDialogl.DialogTitle="New Title" CommonDialogl.ShowFont End SubC.Private Sub Commandl_click() CommonDialogl.DialogTitle="New Title" CommonDialogl.ShowOpen End SubD.Pfivate Sub Commandl_click() CommonDialogl.DialogTitle="New Title" CommonDialogl.ShowColor End Sub

考题 以下( )事件过程可以将打开的对话框的标题改变为“新标题”。A.Private Sub Commandl_Click() Common Dialog1.DialogTitle="新标题" Common Dialog1.ShowFont End SubB.Private Sub Commandl_Crick() CommonDialog1.DialogTifie="新标题" CommonDialog1.ShowOpen End SubC.Private Sub Commandl_Click() Common Dialog1.DialogTitle="新标题" Common Dialog1.ShowClose End SubD.Private Sub Commandl_Click() CommonDialogl.DialogTitle="新标题" CommonDialogl.ShowColor End Sub

考题 下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。A.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowFont End SubB.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowOpen End SubC.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowHelp End SubD.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowColor End Sub

考题 在窗体中添加了一个文本框和一个命令按钮(名称分别为Textl和Commandl),并编写了相应的事件过程。运行此窗体后,在文本框中输入一个字符,则命令按钮上的标题变为"Access模拟”。以下能实现上述操作的事件过程是( )。A.Private Sub Commandl.Click( ) Caption=”Access模拟”Commandl.B.Private Sub Textl click( ) Caption=”Access模拟”EndSubEndSubC.Private SUb Commandl Change( ) Caption=”Access模拟”Commandl.D.Private Sub Textl_Change( ) Caption=”Access模拟”End SubEnd Sub

考题 在窗体中有一个标签Labele,标题为“测试进行中”:有一个命令按钮Commandl,事件代码如下:Private Sub Commandl_Click()Labele.Caption=“标签”End SubPrivate Sub Form_Load()Form.Caption=“举例”Commandl.Caption=“移动”End Sub打开窗体后,单击命令按钮,屏幕显示( )。A.B.C.D.

考题 在窗体中有一个标签kabel(),标题为“测试进行中”;有一个命令按钮Command1,事件代码如下:Private Sub Conunandl_Click()Label(). Caption=“标签”End SubPrivate Sub Foml_Load()Form.Caption:“举例”Commandl.Caption=“移动”End Sub打开窗体后单击命令按钮,屏幕显示A.B.C.D.