Home > Software engineering >  The drop-down menu in the combo of VB6 fuzzy search?
The drop-down menu in the combo of VB6 fuzzy search?

Time:09-19

Found a fuzzy lookup code on the net, but is not very good, can someone help explain the following? Thank you very much!
Private Sub Combo2_Change ()
Dim V2 As String
Dim II As Integer
V2=Combo2. Text
For II=0 To Combo2. ListCount - 1
If UCase (Combo2. List (II)) Like V2 & amp; "*" Then
Combo2. Text=Combo2. List (II) :
Combo2. SelStart=Len (V2) :
Combo2. SelLength=Len (Combo2. Text) - Len (V2) :
End the If
Next
End Sub

CodePudding user response:

0 is how to? Questions can be zero

CodePudding user response:

reference 1st floor qq574221329 response:
0 is how to? Questions can be 0

How to see how many points ah, I didn't see ah,,,
  • Related