以下不是通用对话框CommonDialog中的方法为
A.ShowOpen
B.ShowClose
C.ShowColor
D.ShowPrinter
第1题:
通用对话框CommonDialog中可以使用的6种方法为______。
A.ShowOpen ShowSave ShowColor ShowFont ShowPrinter ShowHelp
B.ShowOpen ShowClose ShowColor ShowFont ShowPrinter ShowHelp
C.ShowOpen ShowOut ShowSave ShowFont ShowPrinter ShowHelp
D.ShowOpen ShowClose ShowFont ShowSave ShowPrinter ShowHelp
第2题:
在窗体上画一个通用对话框,其名称为CommonDialog1,则下列与CommonDialog1.ShowOpen方法等效的语句是______。
A.CommonDialog1.Action= 1
B.CommonDialog1.Action=2
C.CommonDialog1.Action = 3
D.CommonDialog1.Action = 4
第3题:
通用对话框CommonDialog中的方法
A.ShowOpen ShowSave ShowColor ShowFont ShowPrinter ShowHelp
B.ShowOpen ShowClose ShowColor ShowFont ShowPrinter ShowHelp
C.ShowOpen ShowSave ShowFont ShowPrinter ShowHelp
D.ShowOpen ShowClose ShowFont ShowPrinter ShowHelp
第4题:
通用对话框CommonDialog中的方法为
A.ShowOpen ShowSave ShowColor ShowFont ShowPrinter ShowHelp
B.ShowOpen ShowClose ShowColor ShowFont ShowPrinter ShowHelp
C.ShowOpen ShowSave ShowFont ShowPrinter ShdwHelp
D.ShowOpen ShowClose ShowFont ShowPrinter ShowHelp
第5题:
设已经在窗体上添加了一个通用对话框控件CommonDialog1,以下正确的语句是
A.CommonDialog1.Filter=ALLLFiles|*.*|Pictures(*.Bmp)|*.Bmp
B.CommonDialog1.Filter"ALLLFiles"|*.*|"Pictures(*.Bmp)"|*.Bmp
C.CommonDialog1.Filter{ALLLFiles{|*.*|Pictures(*.Bmp)|*.Bmp
D.CommonDialog1.Filter"ALLLFiles|*.*|Pictures(*.Bmp)|*.Bmp"
第6题:
A. ShowOpen
B. ShowColor
C. ShowSave
D. ShowFont
第7题:
通用对话框CommonDialog控件来显示文件打开对话框时,需要调用通用对话框的( )方
法
A.ShowOpen
B.ShowOave
C.ShowColor
D.ShowFont
第8题:
将通用对话框Commondialog1的类型设置为"字体"对话框,可调用对话框的( )方法
A.ShowOpen
B.ShowSave
C.ShowColor
D.ShowFont
第9题:
将通用对话框commondialog1的类型设置为"颜色"对话框,可调用对话框的( )方法
A.ShowOpen
B.ShowSave
C.ShowColor
D.ShowFont