Here Whe I Clicked On the Edit Button
Iwant To change The Selected Index To The Result Of Selected Item Of Te Table I used Something Like This
For i=0 To ListBox3.Count-1
If GETSUBJ=ListBox3.Item(i) Then
ListBox3.SelectedIndex=i
Exit
End If
But It Is Not Working
Any One Can Help Me?
jothis
:sign0085:
Iwant To change The Selected Index To The Result Of Selected Item Of Te Table I used Something Like This
For i=0 To ListBox3.Count-1
If GETSUBJ=ListBox3.Item(i) Then
ListBox3.SelectedIndex=i
Exit
End If
But It Is Not Working
Any One Can Help Me?
jothis
:sign0085: