CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    List Box limitations

    I am unable to populate a listbox with more than 50 items. Is there a limitation for this when concerning list boxes or could there be something wrong with my choices for listbox style or possibly some other attribute? Do all VB controls have a limit on population? Thanks in advance


  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: List Box limitations

    Hi,

    As long as I know, There is no limit. The limit is only the machines speed and the method by which you are populating the data.Look for the following reasons -
    1. Please re-check your data filter condition
    2. Look for Null Values. Some times it create problem

    regards,


    Santulan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured