How to implement Windows Help style ListBox searching
Uses a TextBox and ListBox with auto searching in the ListBox with each keypress.
Uses the following API function and messages:
- SendMessage
- LB_FINDSTRING
- LB_SELITEMRANGEEX
- LB_SETTOPINDEX
Back to Code Samples
Copyright © 2000 by Matt E. Hart, All Rights Reserved Worldwide.
Nothing on this web site may be reproduced, in any form, without express written consent.