Search Tools Links Login

Find Text

Posted: 2020-08-30
By: vb6boy
Viewed: 145

Filed Under:

Visual Basic 6, Visual Basic 6

No attachments for this post


Find text in a combo box

Public Function ComboBoxIndex(ByVal lHwnd As Long, ByVal sSearchText As String) As Long
   ComboBoxIndex = SendMessageAny(lHwnd, CB_FINDSTRING, -1, ByVal sSearchText)
End Function


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.