你的某一个控件中使用了list,并且长度为0,也就是没有数据
而你要访问第一条数据,这是不存在的,所以出错。

解决方案 »

  1.   

    list的索引出错,太大或太小。仔细检查看看!
      

  2.   

    假设Listbox1.count=3
    那么Listbox1.items[-1]  // index out kf bounds(0)'
       listbox1.items[3]//index out kf bounds'
      

  3.   

    ElistError 找一下相应的代码位置 
      

  4.   

    index越界了,,================================================================
    一颗红心向前看,为了革命两茫然,不好意思才囊尽,只能说上一点点。
    ★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
    ★    我踢  我踢   我踢  我踢  我踢  我踢  我踢  我踢  我踢   ★
    ★    你UP  你UP   你UP  你UP  你UP  你UP  你UP  你UP  你UP   ★
    ★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
    ================================================================