i commented out the count. now it seems that this has the same issue
Code:
            ListBox1.BeginUpdate()
            For Each i As Integer In searchnumbers
                ListBox1.Items.Add(i)
            Next
            ListBox1.EndUpdate()