Jump to content

Get application to work


NoNameNeeded

Recommended Posts


It won't work because number of words that need to be listed in "List Box" control exceed the maximum number of items allowed for 9x systems...

If you reduce size of "BT-main_01.txt" file (to 32KB i think) it will work.

Link to comment
Share on other sites

Yes, I cut the text file into two halves and now it works. But it means that I have to start the application twice, one with the first half, one with the second half of the text file.

There is no way to raise the maximum number of items?

 

Link to comment
Share on other sites

No, unless you create your own List Box Control.

https://msdn.microsoft.com/en-us/windows/desktop/bb761319

Quote

Parameters

wParam

The number of items to add.

Windows 95/Windows 98/Windows Millennium Edition (Windows Me) : The wParam parameter is limited to 16-bit values. This means list boxes cannot contain more than 32,767 items.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...