List1.RemoveItern List1.Text
List1.RemoveItem List1.Clear
List1.RemoveItem List1.ListCount
List1.RemoveItem List1.ListIndex
第1题:
在窗体上画一个名为List1的列表框、一个名为Label1的标签。列表框中显示若干城市的名称。当单击列表框中的某个城市名时,在标签中显示选中城市的名称。下列能正确实现上述功能的程序是______。
A.Private Sub List1_Click() Label1. Caption=List1. ListIndex End Sub
B.Private Sub List1_Click() Label1. Name=List1. ListIndex End Sub
C.Private Sub List1_Click() Label1. Name=List1. Text End Sub
D.Private Sub List1_Click() Label1. Caption=List1. Text End Sub
第2题:
在窗体上画一个名称为List1的列表框,一个名称为Label1的标签,列表框中显示若干个项目。当单击列表框中的某个项目时,在标签中显示被选中项目的名称。下列能正确实现上述操作的程序是( )。
A.Private Sub List1_Click()
Label1.Caption = List1.ListIndex
End Sub
B.Private Sub List1_Click()
Label1.Name=List1.ListIndex
End Sub
C.Private Sub List1_Click()
Label1.Name=List1.Text
End Sub
D.Private Sub List1_Click()
Label1.Caption =List1.Text
End Sub
第3题:
在窗体上画一个名称为List1的列表框,列表框中显示若干城市的名称。当单击列表框中的某个城市名时,该城市名消失。下列在List1_Click事件过程中能正确实现上述功能的语句是
A.List1.Removeltem List1.Text
B.List1.Removeltem List1.CIear
C.List1.Removeltem List1.ListCount
D.List1.Removeltem List1.Listlndex
第4题:
在窗体上绘制一个名称为List1的列表框,一个名称为Label1的标签,列表框中显示若干个项目。当单击列表框中的某个项目时,在标签中显示被选中的项目的名称。下列能正确实现上述操作的程序是 。A.Private Sub List1_Click()Labell.Caption=List.ListIndex End SubB.Private Sub List1_Click()Labell.Name=List1.ListIndex End SubC.Private Sub List1_Click()Labell.Name=List1.Text End SubD.Private Sub List1_Click()Labell.Caption=List.Text End Sub
第5题:
在窗体上画一个名称为Listl的列表框,一个名称为Labell的标签。列表框中显示若干城市的名称。当单击列表框中的某个城市名时,在标签中显示选中城市的名称。下列能正确实现上述功能的程序是______。
A.Private Sub Listl_Click() Labell.Capfion=Listl.Listlndex End Sub
B.PrivateSubLial click() Labell.Name=Listl.Listlndex End Sub
C.PrivateSubListl click() Labell.Name=Listl.Text End Sub
D.Private Sub Listl_Click() Labell.Caption=Listl.Text End Sub
第6题:
在窗体上画一个名称为Listl的列表框,一个名称为Label1的标签。列表框中显示若干城市的名称。当单击列表框中的某个城市名时,在标签中显示选中城市的名称。 下列能正确实现上述功能的程序是
A.Private Sub List1_Click() Label1.Caption=List1.ListIndex End Sub
B.Private Sub List1-Click() Label1.Name=List1.ListIndex End Sub
C.Private Sub List1_Click() Label1.Name=List1.Text End Sub
D.Private Sub List1_Click() Label1.Caption=List1.Text End Sub
第7题:
在窗体上画一个名称为List1的列表框,一个名称为Label1的标签。列表框中显示若干城市的名称。当单击列表框中的某个城市名时,在标签中显示选中城市的名称。下列能正确实现上述功能的程序是
A.Private Sub List1 Click() Label1.Caption=List1.List- Index End Sub
B.Private Sub List1_Click() Label1.Name=List1. ListIn- dex End Sub
C.Private Sub List1 Click() Label1.Name=List1.Text End Sub
D.Private Sub List1_Click() Label1.Caption=List1.Text End Sub
第8题:
在窗体上画一个名称List1的列表框,一个名称为Label1的标签。列表框中显示若干城市的名称。当单
A.Private Sub list1_Click() Label1. Caption= List1. ListIndex End Sub
B.Private Sub Listl_Click() Label1. Name= List1. ListIndex End Sub
C.Private Sub List1_Click() Label1. Name== List1. Text End Sub
D.Private Sub List1_Click() Label1. Caption: List1. Text End Sub
第9题:
在窗体上画一个名称为Lablel的标签和一个名称为Listl的列表框。程序运行后,在列表框中添加若干列表项。当双击列表框中的某个项目时,在标签Labell中显示所选中的项目,如图所示。请在______处填入适当的内容,将程序补充完整。
Private Sub Form. load()
Listl.AddItem “北京”
List1.AddItem “上海”
List1.AddItem “河北”
End Sub
Private Sub ______()
Labell.Caption=______
End Sub
第10题:
在窗体上画一个名称为List1的列表框,一个名称为Labell的标签,在列表框中显示若干项内容。当单击列表框中的某项内容时,该项内容能在标签中显示出来。下列能够正确实现上述功能的程序是
A.Private Sub List1_Click() Labell.Caption=List1.ListIndex End Sub
B.Private Sub List1_Click() Labell.Name=List1.ListIndex End Sub
C.PrivateSubListl click() Labell.Name=List1.Text End Sub
D.Private Sub List1_Click() Labell.Caption=List1.Text End Sub
第11题:
如果列表框List1中没有被选定的项目,则执行List1.RemoveItem List1.ListIndex语句的结果是()。
第12题:
List1.RemoveItern List1.Text
List1.RemoveItem List1.Clear
List1.RemoveItem List1.ListCount
List1.RemoveItem List1.ListIndex
第13题:
在窗体上画一个名称为Listl酌列表框,一个名称为Labell的标签,列表框中显示若干个项目。当单击列表框中的某个项目时,在标签中显示被选中项目的名称。下列能正确实现上述操作的程序是:______。
A. Private Sub Listl_Click() Labell.Caption=Listl.ListIndex End Sub
B.Private Sub Listl_Click() Labell.Name=Listl.ListIndex End Sub
C.Private Sub Listl_click() Labell.Name=Listl.Text End Sub
D.Private Sub Listl_Click() Labell.Caption=Listl.Text End Sub
第14题:
在窗体上画一个名称为List1的列表框,一个名称为Labell的标签。列表框中显示若干城市的名称。当单击列表框中的某个城市名时,在标签中显示选中城市的名称。 下列能正确实现上述功能的程序是 ______。
A.Private Sub List1_Click() Label1.Caption=List1.ListIndex End Sub
B.Private Sub List1_click() Label1.Name=List1.ListIndex End Sub
C.Private Sub List1_click() Label1.Name=List1.Text End Sub
D.Private Sub List1_Click() Label1.Caption=List1.Text End Sub
第15题:
在窗体上画一个名称为List1的列表框,一个名称为Label1的标签,列表框中显示若干城市的名称。当单击列表框中的某个城市名时,该城市名从列表框中消失,并在标签中显示出来。下列能正确实现上述操作的程序是______。
A.Private Sub List1_Click() Label1.Caption=List1.ListIndex List1.RemoveItem List1.Text End Sub
B.Private Sub List1_Click() Label1.Name=List1.ListIndex List1.RemoveItem List1.Text End Sub
C.Private Sub List1_Click() Label1.Cavtion=List1.Text List1.RemoveItem List1.ListIndex End Sub
D.Private Sub List1_Click() Label1.Name=List1.Text List1.RemoveItem List1.ListIndex End Sub
第16题:
在窗体上画一个名称为List1的列表框,一个名称为Label1的标签,列表框中显示若干个项目。当单击列表框中的某个项目时,在标签中显示被选中项目的名称。下列能正确实现上述操作的程序是
A.Private Sub List1_Click( ) Label1.Caption=List1.List1ndex End Sub
B.Private Sub List1_Click( ) Label1.Name=List1.List1ndex End Sub
C.Private Sub List1_Click( ) Label1.Name=List1.Text End Sub
D.PrivateSubList1_Click( ) Label1.Caption=List1.Text End Sub
第17题:
在窗体上有一个列表框,名称为List1,该列表框中有三个选项,分别为“123”、“456”和“789”,当前没有任何选项被选中,则执行List1.RemoveItem List1.ListIndex语句后,移去的是( )。
A.123
B.456
C.789
D.出错
第18题:
在窗体上绘制一个名称为List1的列表框,一个名称为Labe11的标签,列表框中显示若干个项目。当单击列表框中的某个项目时,在标签中显示被选中项目的名称。下列能正确实现上述操作的程序是
A.PriVate Sub List1_Click() Labell.CaptiOn=List.ListIndex End Sub
B.PriVate Sub List1_Click() Labell.Name=listl.ListIndex End Sub
C.Private Sub List1_Click() Labell.Name=Listl.Text End Sub
D.Private Sub List1_Click() Labell.Caption=List1.Text End Sub
第19题:
在窗体七画一个名称为List1的列表框,列表框中显示若干城市的名称。当单击列表框中的某个城市名时,该城市名消失。下列在List1_Click事件过程中能正确实现上述功能的语句是( )。
A.List1.Removeltem List1.Text
B.List1.R(moveItem List1.Clear
C.List1.R(、moveItem List1.ListCount
D.List1.Rt-moveItem List1.Listlndex
第20题:
设在窗体中有一个名称为Listl的列表框,其中有若干个项目(如图)。要求选中某一项后单击Commandl按钮,就删除选中的项,则正确的事件过程是。A.Private SubCommandl_Click List1.Clear End Sub B.Private Sub Commandl_Click List1.Clear Listl.ListIndex End Sub C.Private Sub Commandl_Click List1.RemoveItem List1.ListIndex End Sub D.PrivateSubCommandl_Click List1.RemoveItem End Sub
第21题:
在窗体上画一个名称为List1的列表框,一个名称为Labe11的标签,列表框中显示若干城市的名称。当单击列表框中的某个城市名时,该城市名从列表框中消失,并在标签中显示出来。下列能正确实现上述操作的程序是( )。
A.
B.
C.
D.
第22题:
在窗体上画一个List1的列表框,一个名称为Label1的标签,列表框中显示若干个项目,当单击列表框中的某个项目时,在标签中显示被选中的项目的名称,下列能正确实现上述操作的程序是( )。
A) Private Sub List1_Click()
Label1.Caption = List1.ListIndex
End Sub
B) Private Sub List1_Click()
Label1.Name = List1.ListIndex
End Sub
C) Private Sub List1_Click()
Label1.Name = List1.Text
End Sub
D) Private Sub List1_Click()
Label1.Caption = List1.Text
End Sub
第23题:
以下()语句将删除列表框List1中的最后一项。
第24题:
移去第一项
移去最后一项
移去最后加入列表框中的一项
以上答案都不对