Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!microsoft!kensy From: kensy@microsoft.UUCP (Ken SYKES) Newsgroups: comp.windows.ms.programmer Subject: Re: Listbox - Maximum content Message-ID: <58862@microsoft.UUCP> Date: 7 Nov 90 00:04:17 GMT References: <17902@rouge.usl.edu> Reply-To: kensy@microsoft.UUCP (Ken SYKES) Organization: Microsoft Corp., Redmond WA Lines: 11 Another case of 64K segments... If you need to put more than 64K of data in a listbox then you can write your own or make a subclass routine that will "virtualize" the listbox. In other words it would watch the messages and read the needed items off disk and put them in the listbox at the appropriate time. The standard controls weren't intended to handle monstrous amounts of data. Ken Sykes Disclaimer: The above opinions are solely my own.