vb6.0怎么判断哪个check被选中
请问下,假如有十个check是数组,怎么判断哪一个被选中呢?谢谢谢谢各位。想出来了DimiAsIntegerDimstrTextAsStringFori=0ToCheck...
请问下,假如有十个check是数组,怎么判断哪一个被选中呢?谢谢
谢谢各位。想出来了
Dim i As Integer
Dim strText As String
For i = 0 To Check1.UBound
If Check1(i).Value <> 0 Then
strText = strText & Check1(i).Index & vbCrLf
End If
Next
Label1.Caption = strText 展开
谢谢各位。想出来了
Dim i As Integer
Dim strText As String
For i = 0 To Check1.UBound
If Check1(i).Value <> 0 Then
strText = strText & Check1(i).Index & vbCrLf
End If
Next
Label1.Caption = strText 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询