VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Quickly Search a List Box. A popular item in a user interface is to link a text box to a list box

Anonymous  (267 Submissions)   Windows System Services   Visual Basic 5.0   Unknown Difficulty   Fri 16th July 1999   Mon 8th February 2021

Quickly Search a List Box. A popular item in a user interface is to "link" a text box to a list box so that as the user types text into the

API Declarations



Declare Function SendMessage Lib "user32" Alias "SendMessageA" _
(ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As _
Integer, ByVal lParam As Any) As Long
Public Const LB_FINDSTRING = &H18F

Rate Quickly Search a List Box. A popular item in a user interface is to link a text box to a list box (2(2 Vote))
Quickly Search a List Box. A popular item in a user interface is to link a text box to a list box.bas

Quickly Search a List Box. A popular item in a user interface is to link a text box to a list box Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters