单项选择题
A.DAO B.RDO C.ADO D.AOD
下列“CommonDialog1”控件程序代码,Commondialog1.Action=1,代表()。A.文...
单项选择题下列“CommonDialog1”控件程序代码,Commondialog1.Action=1 ,代表()。
A.文件另存为 B.打开文件 C.色彩 D.打印
如果准备读文件,打开顺序文件“text.dat”的正确语句是()。A.open ”text.dat” For ...
单项选择题如果准备读文件,打开顺序文件“text.dat”的正确语句是()。
A.open ”text.dat” For write As # 1 B.open ”text.dat” For Binary As # 1 C.open ”text.dat” For Input As # 1 D.open ”text.dat” For Random As # 1
定时器控件的时间间隔设为0或Enabled属性设为False,都将停止触发Timer事件。
判断题定时器控件的时间间隔设为0或 Enabled属性设为False,都将停止触发Timer事件。