VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Searches for the 1st occurrence (begining, middle or end) of a partial text in a ComboBox/ListBox.

Gabriel Tavares de Oliveira Castellani  (5 Submissions)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Sat 3rd June 2006   Mon 8th February 2021

Searches for the 1st occurrence (begining, middle or end) of a partial text in a ComboBox/ListBox. Returns Listindex. Procura pela 1a

API Declarations


NoInicio = 0 'In the beginning of the entry Ex.: Entry=CONSTANTINE; Text=CONST
NoMeio = 1 'In the middle Ex.: Entry=CONSTANTINE; Text=TANT
NoFim = 2 'In the end Ex.: ENTRY=CONSTANTINE; Text=INE
End Enum

Rate Searches for the 1st occurrence (begining, middle or end) of a partial text in a ComboBox/ListBox. (1(1 Vote))
Searches for the 1st occurrence (begining, middle or end) of a partial text in a ComboBox/ListBox. .bas

Searches for the 1st occurrence (begining, middle or end) of a partial text in a ComboBox/ListBox. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters