首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
在窗体上画一个名为CommonDialog1的通用对话框,一个名称为Command1的命令按钮。要求单击命令按钮时,打开一个保存文件的通用对话框窗口。该窗口的标题为“Save”,默认文件名为“SaveFile",在“文件类型”栏中显示“*.txt”。能够满
在窗体上画一个名为CommonDialog1的通用对话框,一个名称为Command1的命令按钮。要求单击命令按钮时,打开一个保存文件的通用对话框窗口。该窗口的标题为“Save”,默认文件名为“SaveFile",在“文件类型”栏中显示“*.txt”。能够满
admin
2009-07-23
59
问题
在窗体上画一个名为CommonDialog1的通用对话框,一个名称为Command1的命令按钮。要求单击命令按钮时,打开一个保存文件的通用对话框窗口。该窗口的标题为“Save”,默认文件名为“SaveFile",在“文件类型”栏中显示“*.txt”。能够满足上述要求的程序是 ______。
选项
A、Private Sub Command1_ Click() CommonDialog1. FileName = "SaveFile" CommonDialog1. Filter = "All Files | *.* |*.txt *.txt| *.doc| *.doc" CommonDialog1. Filterlndex = 2 CommonDialog1. DialogTitle = "Save" CommonDialog1. Action = 2 End Sub
B、Private Sub Command1_Click() CommonDialog1. FileName = "SaveFile" CommonDialog1. Filter = "All Files |*.* | *.txt|*.txt|*.doc|*.doc" CommonDialog1. Filterlndex = 1 CommonDialog1. DialogTitle = "Save" CommonDialog1. Action = 2 End Sub
C、Private Sub Command1_ Click() CommonDialog1. FileName = "Save" CommonDialog1. Filter = "All Files |%* |*.txt|*.txt|*.doc|*.doc" CommonDialog1. Filterlndex = 2 CommonDialog1. DialogTitle = "Save" CommonDialog1. Action = 2 End Sub
D、Private Sub Command1_ Click() CommonDialog1. FileName = "SaveFile" CommonDialog1. Filter = "All Files |*.*|*.txt|*.txt|*.doc|*.doc" CommonDialog1. Filterlndex = 1 CommonDialog1. DialogTitle = "Save". CommonDialog1. Action = 1 End Sub
答案
A
解析
转载请注明原文地址:https://kaotiyun.com/show/xf1p777K
本试题收录于:
二级VB题库NCRE全国计算机二级分类
0
二级VB
NCRE全国计算机二级
相关试题推荐
下列生成文件对象的语句正确的是______。
请在下面代码中加入监听器语句【】。importjava.awt.*;importjava.applet.Applet;publicclassSimpleextendsAppletimplementsMouseLi
java.io包中有一个类同时实现了DataInput接口和DataOutput接口,这个类是【】。
下列说法中,错误的一项是()
执行如下语句之后,输出的结果是()publicclassex1{publicstaticvoidmain(String[]args){intx=5,y=3,x+=x--*--y
设执行下面的赋值语句:a=Float,valueOf("34").floatValue()后,a的值是()
下列叙述中,不属于结构化分析方法的是()
下列叙述中,错误的是()。
在多线程程序设计中,如果采用继承Thread类的方式创建线程,则需要重写Thread类的______()方法。
Jackson结构化程序设计方法是英国的【】提出的,它是一种面向数据结构的设计方法。
随机试题
饮料中霉菌和酵母菌的检测,可选用马铃薯-葡萄糖琼脂,附加抗生素、高盐察氏培养基或孟加拉红培养基。
Sincetheearly1980s,scientistshaverevealedsome40humangenesinvolvedincancer.Thesegenesareessentialfornormalgro
患者男性,38岁,面部及下肢浮肿两月余,尿液检查蛋白(++++),肾穿刺组织光镜观察肾小球体积增大,肾小球毛细血管基底膜弥漫性增厚。此例肾炎的类型最可能是
A.盐析沉淀法B.有机溶剂沉淀法C.凝胶过滤D.离子交换层析E.亲和层析根据抗原分子所带电荷不同进行纯化分离的方法为
红细胞的比积或压积是指
关于缓刑,下列哪一选项是错误的?()
磁共振成像系统(MRI)不可能对人体造成下列哪一伤害?()
设随机变量X的分布函数为F(x)=A+Barctanx,-∞<x<+∞.求:(1)系数A与B;(2)P{-1<X≤1};(3)X的概率密度.
设f(x)连续,且=_______。
SevenofAmerica’sNaturalWondersNiagaraFallsTheUnitedStatessharesNiagaraFallswithCanada.Thatthunderingcrashi
最新回复
(
0
)