home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / ARQS_ZIP / VBSORT.ZIP / VBSORT.BAS < prev    next >
Encoding:
BASIC Source File  |  1991-07-09  |  299 b   |  16 lines

  1. 'The following is a QuickSort routine for Visual Basic
  2. 'Nelson Ford
  3. 'Public (software) Library
  4. 'P.O.Box 35705
  5. 'Houston, TX 77235-5705
  6. '713-524-6394
  7. 'CIS#:71355,470
  8.  
  9. 'Note that you must change "List1." to the name of your List box.
  10.  
  11. Sub SortList_Click (slist1 As Control)
  12.   
  13.  
  14. End Sub
  15.  
  16.