打开通用对话框的“另存为”对话框的方法是() A: ShowOpen B: ShowSave C: ShowColor D: ShowFont
打开通用对话框的“另存为”对话框的方法是() A: ShowOpen B: ShowSave C: ShowColor D: ShowFont
建立打开文件、保存文件、颜色、字体、打印对话框所使用的方法分别为 【13】 、 【14】 、ShowColor、ShowFont 和 ShowPrinter。
建立打开文件、保存文件、颜色、字体、打印对话框所使用的方法分别为 【13】 、 【14】 、ShowColor、ShowFont 和 ShowPrinter。
要得到字体对话框中用户所选择的字体颜色的属性是 ______。 A: Color B: ForeColor C: FontColor D: ShowColor
要得到字体对话框中用户所选择的字体颜色的属性是 ______。 A: Color B: ForeColor C: FontColor D: ShowColor
假定通用对话框的名称为CommonDialogl,命令按钮的名称为Command1,则单击命令按钮后,能使打开的对话框的标题为“New File”的事件过程是______。 A: Private Sub Command1_Click() CommonDialog DialoqTitle="New File" CommonDialog ShowPrinter End Sub B: Private Sub ComJRandl_Click() CommonDialog DialogTitle="New File" CommonDialog ShowFont End Sub C: Private Sub Command1_Click() CommonDialog DialogTitle="New File" CommonDialog ShowOpen End Sub D: Private Sub Command1_Click() CommonDialog DialogTitle="New File" CommonDialog ShowColor End Sub
假定通用对话框的名称为CommonDialogl,命令按钮的名称为Command1,则单击命令按钮后,能使打开的对话框的标题为“New File”的事件过程是______。 A: Private Sub Command1_Click() CommonDialog DialoqTitle="New File" CommonDialog ShowPrinter End Sub B: Private Sub ComJRandl_Click() CommonDialog DialogTitle="New File" CommonDialog ShowFont End Sub C: Private Sub Command1_Click() CommonDialog DialogTitle="New File" CommonDialog ShowOpen End Sub D: Private Sub Command1_Click() CommonDialog DialogTitle="New File" CommonDialog ShowColor End Sub
设已经在窗体上添加了一个通用对话框控件CommonDialogl,以下正确的语句是( )。 A: CommonDialog1.Filter=-ALLLFiles[*.*| Pictures(*.Bm|*.Bmp B: CommonDialoS1.Filter="ALLLFiles"|*.*|"Pictures(*.Bm"|*.Bmp C: CommonDialog1.Filter={ALLLPUes{I*.*I Pictures(*.Bm|*.Bm D: ComlnonDialog1. Filter="ALLLPdes|*.*|Pictures(*.Bm|*.Bmpn
设已经在窗体上添加了一个通用对话框控件CommonDialogl,以下正确的语句是( )。 A: CommonDialog1.Filter=-ALLLFiles[*.*| Pictures(*.Bm|*.Bmp B: CommonDialoS1.Filter="ALLLFiles"|*.*|"Pictures(*.Bm"|*.Bmp C: CommonDialog1.Filter={ALLLPUes{I*.*I Pictures(*.Bm|*.Bm D: ComlnonDialog1. Filter="ALLLPdes|*.*|Pictures(*.Bm|*.Bmpn
假设在窗体Form1画一个通用对话框控件CommonDialogl,要建立“打开文件”对话框,为了使得该对话框的标题显示为“打开文件”,那么可以实现该功能的语句是 ______。 A: CommonDialogl.DialogTile= "打开文件" B: CommonDialogl.DialogTile( "打开文件") C: CommonDialogl.FileTile="打开文件" D: CommonDialogl.FileTile("打开文件")
假设在窗体Form1画一个通用对话框控件CommonDialogl,要建立“打开文件”对话框,为了使得该对话框的标题显示为“打开文件”,那么可以实现该功能的语句是 ______。 A: CommonDialogl.DialogTile= "打开文件" B: CommonDialogl.DialogTile( "打开文件") C: CommonDialogl.FileTile="打开文件" D: CommonDialogl.FileTile("打开文件")
如果要把通用对话框作为颜色对话框使用,在程序运行过程中应该进行的操作是______。 A: 把通用对话框的ShowColor属性设置为True B: 调用通用对话框的ShowOpen方法 C: 把通用对话框的Action属性设置为3 D: 把通用对话框的Action属性设置为4
如果要把通用对话框作为颜色对话框使用,在程序运行过程中应该进行的操作是______。 A: 把通用对话框的ShowColor属性设置为True B: 调用通用对话框的ShowOpen方法 C: 把通用对话框的Action属性设置为3 D: 把通用对话框的Action属性设置为4
下列关于通用对话框的叙述中,错误的是( )。 A: 只要在“打开”对话框中选择了文件,并单击“打开”按钮,就可以将选中的文件打开。 B: 使用 CommonDialogl.ShowColor方法,可以打开“颜色”对话框 C: CancelError属性用于控制用户单击“取消”按钮关闭对话框时,显示是否出错警告 D: 在显示“字体”对话框前,必须先设置通用对话框的 Flags 属性,否则会出错
下列关于通用对话框的叙述中,错误的是( )。 A: 只要在“打开”对话框中选择了文件,并单击“打开”按钮,就可以将选中的文件打开。 B: 使用 CommonDialogl.ShowColor方法,可以打开“颜色”对话框 C: CancelError属性用于控制用户单击“取消”按钮关闭对话框时,显示是否出错警告 D: 在显示“字体”对话框前,必须先设置通用对话框的 Flags 属性,否则会出错
假定通用对话框的名称为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
假定通用对话框的名称为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