I am trying to locate a string in a listbox by typing the characters, but
I want the number of characters to be variable.  For example, in looking
for names in a listbox, I would like to start typing and for each character
bring up the next matching string.  I am using Find and I understand
I can specify a multiple character string, but I would like for the listbox
find to select the first item matching the first character, allow me to
enter another character and have the find select the string that now
matches both characters, repeating until the Enter key is pressed where
the Ok button would then cause the currently selected string to be
retrieved, but how would I approach this?  How would I define an
onChar event on the listbox to allow me to build the string to be
passed to the find?  Any suggestions as to approach appreciated.

--
 Art Heimsoth - artst...@artheimsoth.com
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to