打开通用对话框的“另存为”对话框的方法是() A: ShowOpen B: ShowSave C: ShowColor D: ShowFont
打开通用对话框的“另存为”对话框的方法是() A: ShowOpen B: ShowSave C: ShowColor D: ShowFont
要输出简单信息,可以使用: A: InputBox函数 B: Msg Box函数 C: ShowFont方法 D: Show Printer方法
要输出简单信息,可以使用: A: InputBox函数 B: Msg Box函数 C: ShowFont方法 D: Show Printer方法
建立打开文件、保存文件、颜色、字体、打印对话框所使用的方法分别为 【13】 、 【14】 、ShowColor、ShowFont 和 ShowPrinter。
建立打开文件、保存文件、颜色、字体、打印对话框所使用的方法分别为 【13】 、 【14】 、ShowColor、ShowFont 和 ShowPrinter。
假定通用对话框的名称为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
要输出简单信息,可以使用_____。 A: A)InputBox函数 B: B)Msg Box函数 C: C)ShowFont方法 D: D) Show Printer方法
要输出简单信息,可以使用_____。 A: A)InputBox函数 B: B)Msg Box函数 C: C)ShowFont方法 D: D) Show Printer方法
窗体上有一个通用对话框控件CommonDialog1,有下列语句:CommonDialog1. Action = ShowFont其表示为 ______。 A: 显示“打开”对话框 B: 显示“另存为”对话框 C: 显示“颜色”对话框 D: 显示“字体”对话框
窗体上有一个通用对话框控件CommonDialog1,有下列语句:CommonDialog1. Action = ShowFont其表示为 ______。 A: 显示“打开”对话框 B: 显示“另存为”对话框 C: 显示“颜色”对话框 D: 显示“字体”对话框
设已经在窗体上添加了一个通用对话框控件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
在下列关于通用对话框的叙述中,错误的是( ). A: CommonDialogl.ShowFont显示字体对话框 B: 在"打开"或"另存为"对话框中,用户选择的文件名可以经FileTitle属性返回 C: 在"打开"或"另存为" 对话框中,FileName属性 返回所选的文件名及其路径 D: 当Action属性值为3时, 显示字体对话框
在下列关于通用对话框的叙述中,错误的是( ). A: CommonDialogl.ShowFont显示字体对话框 B: 在"打开"或"另存为"对话框中,用户选择的文件名可以经FileTitle属性返回 C: 在"打开"或"另存为" 对话框中,FileName属性 返回所选的文件名及其路径 D: 当Action属性值为3时, 显示字体对话框
假设在窗体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("打开文件")
假定通用对话框的名称为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