home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / ms / programm / 7391 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.3 KB

  1. Path: sparky!uunet!mcsun!uknet!jet!kb
  2. From: kb@jet.uk (Kenneth Blackler)
  3. Newsgroups: comp.windows.ms.programmer
  4. Subject: Re: Moving about a list box with 700 items
  5. Message-ID: <1992Jul28.100641.9712@jet.uk>
  6. Date: 28 Jul 92 10:06:41 GMT
  7. References: <1992Jul17.160924.25963@utagraph.uta.edu>
  8. Organization: Joint European Torus
  9. Lines: 24
  10.  
  11. In <1992Jul17.160924.25963@utagraph.uta.edu> john@utafll.uta.edu (John Baima) writes:
  12.  
  13. >I have a listbox with about 700 items. It would be nice to move about
  14. >the list by typing more than just the first character (the default).
  15. >Any clues?
  16.  
  17. >Thanks for any help.
  18.  
  19. >John Baima
  20. >Silver Mountain Software   1029 Tanglewood, Cedar Hill, TX 75104
  21. >john@ling.uta.edu          Voice/Fax (214) 2932920
  22.  
  23. Try making it a combo-box with an edit control, trap changes 
  24. in the edit control's text and do a search on it re. the help
  25. system. If the user clicks on an actual selection, put that
  26. text in the edit box
  27. Ken B.
  28. -- 
  29.  ______________________________________   ____________   _____________
  30. |Ken Blackler kb@jet.uk (+44)235 464743| | __________ | |   -Fusion-   |
  31. |JET Joint Undertaking, Abingdon       | |   | |_ |   | |Energy for the|
  32. |Oxfordshire, England. OX14 3EA        | | \_/ |_ |   | | (far) future |
  33. - Disclaimer: Please note that the above is a personal view and should not 
  34.   be construed as an official comment from the JET project.
  35.