相关考题
-
单项选择题
下列与Listl.Text属性值相同的表达式是()。
A.List1.ListCount
B.List1.List(ListCount-1)
C.List1.Listindex
D.List1.list(ListIndex) -
单项选择题
下列控件中不可以改变大小的有()。
A.PictureBox
B.Timer
C.TextBox
D.Label -
单项选择题
在VB中,下列()是不合法的循环语句。
A.For…Next
B.Do Until…Loop
C.Do…while
D.Do…Loop
