P
Phlip
Newsgroupies:
Suppose I want to write a function like this:
Private Function findInComboBox(ByVal cmb As ComboBox, sought) As Boolean
End Function
It should return True if a ComboBox's list displays some sample string. I
have no idea what to write inside it. LB_FINDSTRING would be nice, and I'm
well aware of the distance between an Access ComboBox and a raw SDK ListBox.
So what am I left with?
Suppose I want to write a function like this:
Private Function findInComboBox(ByVal cmb As ComboBox, sought) As Boolean
End Function
It should return True if a ComboBox's list displays some sample string. I
have no idea what to write inside it. LB_FINDSTRING would be nice, and I'm
well aware of the distance between an Access ComboBox and a raw SDK ListBox.
So what am I left with?