Re: List Boxes are great but need over 32KB lines
jeff_at_bennet-tec.com
Date: 02/19/05
- Next message: Jim Carlock: "Re: i've tried that too"
- Previous message: giovanni: "RE: Using Setup.dll and cfgmgr32.dll in VB6"
- In reply to: Dan: "List Boxes are great but need over 32KB lines"
- Next in thread: Dan: "Re: List Boxes are great but need over 32KB lines"
- Reply: Dan: "Re: List Boxes are great but need over 32KB lines"
- Messages sorted by: [ date ] [ thread ]
Date: 18 Feb 2005 16:02:55 -0800
I'm not sure but I'd guess that ListView should support over 32k items.
Or if you want something fast that definitely can handle a HUGE list
take a look at our TList control. TList can be used as a List, a Tree,
or a Grid, and can hold over 1,000,000 items. TList is also fast,
loading over 20,000 rows per second. TList will support inserting at
any location, as well as sorting and resorting new items as they
are added to the list. ( sorting does however slow down adding
items so we generally recommend turning off sorting during process
of adding / removing many items, and then turn sorting back on
when ready )
I would be happy to discuss further if you are interested,
or you can take a look at TList and try it out in fully functioning
eval mode from our web site at www.Bennet-Tec.com.
* * Please include a copy of this message with your reply
Jeff Bennett
Jeff @ Bennet-Tec.Com
* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com
=================== ===================
- Next message: Jim Carlock: "Re: i've tried that too"
- Previous message: giovanni: "RE: Using Setup.dll and cfgmgr32.dll in VB6"
- In reply to: Dan: "List Boxes are great but need over 32KB lines"
- Next in thread: Dan: "Re: List Boxes are great but need over 32KB lines"
- Reply: Dan: "Re: List Boxes are great but need over 32KB lines"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|