Search a Listbox
Search listbox for a string
Public Function ListBoxIndex(ByVal lHwnd As Long, ByVal sSearchText As String) As Long
ListBoxIndex = SendMessageAny(lHwnd, LB_FINDSTRING, -1, ByVal sSearchText)
End Function
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.