home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / vlistbox.zip / ABSTRACT next >
Text File  |  1992-12-02  |  832b  |  22 lines

  1.  
  2.  VLIST: Demonstrates a Virtual List Box
  3.  
  4.  VLIST implements a single-selection, single-column virtual
  5.  list box capable of displaying millions of items. The
  6.  standard list box control in Microsoft(R) Windows(TM) can
  7.  contain a limited number of items. VLIST shows how to
  8.  implement list boxes that exceed this limitation.
  9.  
  10.  VLIST is a companion sample for the "A Virtual List Box
  11.  Implementation with VLIST" technical article on the
  12.  Microsoft Developer Network CD. For a working example of
  13.  VLIST, see the Microsoft Developer Network CD--the topic
  14.  listing in the Index window was implemented with VLIST.
  15.  
  16.  VLIST was built and tested under Microsoft Windows version
  17.  3.1.
  18.  
  19.  KEYWORDS: PR-CD2; GetDesktopWindow; GetSystemMetrics;
  20.  DialogBox; LoadLibrary; GetDlgItem; PortMessage;
  21.  GetWindowWord; SendMessage
  22.