Private Sub Form_Load()
List1.AddItem "北京"
List1.AddItem "上海"
List1.AddItem "河北"
E.nd Sub
Private Sub List1 (9) ()
Labe1.Caption= (10)
E.nd Sub
[单选题]在窗体上绘制一个名称为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()La
[单选题]在窗体上画一个名称List1的列表框,一个名称为Label1的标签。列表框中显示若干城市的名称。当单A.Private Sub list1_Click() Label1. Caption= List1. ListIndex End SubB.Private Sub Listl_Click() Label1. Name= List1. ListIndex End SubC.Private Sub List1_Click() Label1. Name== List1. Text End SubD.P
[单选题]在窗体上画一个名称为List1的列表框,一个名称为Label1的标签,列表框中显示若干个项目。当单击列表框中的某个项目时,在标签中显示被选中项目的名称。下列能正确实现上述操作的程序是( )。A.Private Sub List1_Click()Label1.Caption = List1.ListIndexE.nd SubB.Private Sub List1_Click()Label1.Name=List1.ListIndexE.nd SubC.Private Sub List1_Click(
[单选题]在窗体上画一个名称为List1的列表框,一个名称为Label1的标签,列表框中显示若干城市的名称。当单击列表框中的某个城市名时,该城市名从列表框中消失,并在标签中显示出来。下列能正确实现上述操作的程序是______。A.Private Sub List1_Click() Label1.Caption=List1.ListIndex List1.RemoveItem List1.Text End SubB.Private Sub List1_Click() Label1.Name=List1.Li
[单选题]在窗体上画一个名称为List1的列表框,一个名称为Label1的标签。列表框中显示若干国家的名称,当单击别表中的某个国家名时,在标签中显示选中国家的名称。下列正确实现上述功能的程序是。A. Private Sub List1_Click() Labell.Caption=List1.ListIndex End SubB. Private Sub List1_Click() Labell.Name=List1.ListIndex End SubC. Private Sub List1_Click(
[单选题]在窗体上画一个名称为List1的列表框,一个名称为Label1的标签。列表框中显示若干城市的名称。当单击列表框中的某个城市名时,在标签中显示选中城市的名称。下列能正确实现上述功能的程序是A.Private Sub List1 Click() Label1.Caption=List1.List- Index End SubB.Private Sub List1_Click() Label1.Name=List1. ListIn- dex End SubC.Private Sub List1 Cli
[单选题]( 21 ) 在窗体上画一个名称为List1 的列表框,一个名称为 Label1 的标签,列表框中显示若干城市的名称 。 当单击列表框中的某个城市名时 , 该城市名从列表框中消失 , 并在标签中显示出来 。 下列能正确实现上述操作的程序是A. ) Private Sub List1_Click()Label1.Caption = List1.ListIndexList1.RemoveItem List1.TextE.nd SubB. ) Private Sub List1_Click()Labe
[单选题]在窗体上画一个List1的列表框,一个名称为Label1的标签,列表框中显示若干个项目,当单击列表框中的某个项目时,在标签中显示被选中的项目的名称,下列能正确实现上述操作的程序是( )。A.) Private Sub List1_Click()Label1.Caption = List1.ListIndexE.nd SubB.) Private Sub List1_Click()Label1.Name = List1.ListIndexE.nd SubC.) Private Sub List1_
[单选题]在窗体上画一个名称为Listl的列表框,一个名称为Label1的标签。列表框中显示若干城市的名称。当单击列表框中的某个城市名时,在标签中显示选中城市的名称。 下列能正确实现上述功能的程序是A.Private Sub List1_Click() Label1.Caption=List1.ListIndex End SubB.Private Sub List1-Click() Label1.Name=List1.ListIndex End SubC.Private Sub List1_Click()
[单选题]在窗体上有一个名称为List1列表框和一个名称为Command1的按钮,List1的MultiSelect属性设置为2。当单击Command1按钮时,将会把所有选中的选项全部删除。下列程序缺少的一句是______。Private Sub Command1_ Click () for i = List1. ListCount- 1 To 0 Step- 1 if ______ = True then List1. RemoveItem i End if Next iEnd SubA.List1.S