Looping..?
please help me i have some trouble with my c# code when i try to convert LBound & UBound(all Converter can't do this), can you halp me..
Public ID As Object
ClassCount.EnumDeviceIDs(ID) 'variable ID as a parameter
'now the value != Nothing
ListBox1.Items.Clear()
For i = LBound(ID) To UBound(ID)
ListBox1.Items.Add(ID(i))
Next i
regads,
Ivan
|