README.md

December 4, 2022 ยท View on GitHub

Very Simple AutoComplete

Description

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

More Info

Submitted On2002-06-11 11:28:28
ByShlomo
LevelBeginner
User Rating4.5 (18 globes from 4 users)
CompatibilityVB 5.0, VB 6.0
CategoryCoding Standards
WorldVisual Basic
Archive FileVery_Simpl928766112002.zip

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