VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Very Simple AutoComplete

by Shlomo (2 Submissions)
Category: Coding Standards
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

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

Inputs
NON
Assumes
NON
Code 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

Download Very Simple AutoComplete

Download Very Simple AutoComplete (2 KB)

Very Simple AutoComplete Comments

No comments have been posted about Very Simple AutoComplete. Why not be the first to post a comment about Very Simple AutoComplete.

Post your comment

Subject:
Message:
0/1000 characters