VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Very Simple AutoComplete

Shlomo  (2 Submissions)   Coding Standards   Visual Basic 5.0   Beginner   Wed 3rd February 2021

I needed a fast easy and uncomplecated AutoComplete code and this is what i came with.

Inputs
NON

Assumes
NON

Returns
NON

Side Effects
NON

API Declarations
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" _
(ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Any) As Long
Private Const LB_FINDSTRING = &H18F
Private Const LB_FINDSTRINGEXACT = &H1A2

Rate Very Simple AutoComplete (4(4 Vote))

Download Very Simple AutoComplete

Very Simple AutoComplete Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters