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