相关考题
-
单项选择题
通过将()属性设置为True,可以使Form_Load()中的Print命令将内容输出在窗体上显示。
A.AutoRedraw
B.Enabled
C.Visible
D.Moveable -
单项选择题
在Visual Basic中,能正确描述条件“x>y>z”的表达式是()。
A.x>y>z
B.x>y and z
C.x>y and y>z
D.x>y and >z -
单项选择题
DateDiff("m",#1/28/2004#,#1/31/2004#)的结果是()。
A.2
B.1
C.0
D.-1
