单项选择题
用来设置文本框有无滚动条的属性是( )。
A. 在File1中的Change事件中,输入File1.Path=Dir1.Path
B. 在Dirl中的Change事件中,输入File1.Path=Dir1.Path
C. 在File1中的Change事件中,输入Dir1.Path=File1.Path
D. 在Dir1中的Change事件中,输入Dir1.Path=File1.Path
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
使用语句Dim A(2) As Integer声明数组A之后,以下说法正确的是( )。
A.public void static main(String args[ ]){ ... }
B.void public static main(String args[ ]){ ... }
C.static public void main(String args[ ]){ ... }
D.以上都不正确
点击查看答案&解析
单项选择题
有如下程序段,该程序段执行完后,执行循环的次数是( )。total=0Counter=1DoPrint Countertotal=total + CounterPrint totalCounter=Counter+1If total>10 ThenExit DoEnd IfLoop While Counter <=10
A.5
B.10
C.15
D.20
点击查看答案&解析
相关试题
数据库系统阶段的数据具有较高独立性,数据...
在面向对象的设计中,用来请求对象执行某一...
在面向对象的程序设计中,类描述的是具有相...
当数据的物理结构(存储结构、存取方式等)...
【 】是一种信息隐蔽技术,目的在于将对象...