home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / List_Class2097321142008.psc / @PSC_ReadMe_69918_1.txt
Text File  |  2008-01-14  |  809b  |  9 lines

  1. Title: List Class
  2. Description: This class is an alternative for the ListBox control.
  3. The class allows you to have all the functions of a ListBox without the GUI overhead. This is perfect if you are jsut wishing to manage data in the list and not actully show it to the user.
  4. The class also contains a modified Quick Sort function allowing you to sort the list without messing up what item data goes with each item.
  5. This file came from Planet-Source-Code.com...the home millions of lines of source code
  6. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=69918&lngWId=1
  7.  
  8. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  9.