Re: list box question
- Posted by Derek Parnell <ddparnell at bigpond.com> Dec 24, 2004
- 541 views
George Walters wrote: > > > How do I find the number of lines available in a list box? Assuming you are using win32lib, go to the documentation and look under List Control. There you will see a function called getCount(). That function returns the number of lines currently in a list box. If you are asking what is tha maximum number of lines you can enter, then I think its around 64000. To double check this go the the http://microsoft.msdn.com site and look up the list control details there. -- Derek Parnell Melbourne, Australia