打开通用对话框的“另存为”对话框的方法是() 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
如果要把通用对话框作为颜色对话框使用,在程序运行过程中应该进行的操作是______。 A: 把通用对话框的ShowColor属性设置为True B: 调用通用对话框的ShowOpen方法 C: 把通用对话框的Action属性设置为3 D: 把通用对话框的Action属性设置为4
如果要把通用对话框作为颜色对话框使用,在程序运行过程中应该进行的操作是______。 A: 把通用对话框的ShowColor属性设置为True B: 调用通用对话框的ShowOpen方法 C: 把通用对话框的Action属性设置为3 D: 把通用对话框的Action属性设置为4
假定通用对话框的名称为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