| View previous topic :: View next topic |
| Author |
Message |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Thu Sep 04, 2003 8:39 am Post subject: List box problem ? |
|
|
Any one has an idea whether the list box of html help index (.chm) takes 50,000 items. How many kb/items is it's limit ?
How many items(kb) can be safely loaded into vds listbox and vds lists ?
Regards _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Thu Sep 04, 2003 3:28 pm Post subject: |
|
|
I don't think there is any fixed number but I'm sure it isn't very many on 16-bit systems like Win95/98/Me, probably something like 16K items max. Even under NT it is going to be slow loading a very big list and it will eventually fall over as was discussed a few weeks back in the thread about loading big lists. You need to find a way to break them down into smaller sets, I think. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Thu Sep 04, 2003 5:25 pm Post subject: |
|
|
Thanks Jules. I have divided the API constants into alphabetical files. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
|