I'm new to VB.Net
Can anyone tell me what i done wrong ?
If clbSolar.Select edIndex = True Then
lstSolar.Items. Add("5%")
Else
lstSolar.Items. Add("")
End If
on my listbox, it won't come out.
Can anyone tell me what i done wrong ?
If clbSolar.Select edIndex = True Then
lstSolar.Items. Add("5%")
Else
lstSolar.Items. Add("")
End If
on my listbox, it won't come out.
Comment