Tools Links Login

Find Text

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

About this post

Posted: 2020-08-30
By: vb6boy
Viewed: 173 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.