Originally posted by leinad31
VB Code:
  1. pbrStatus(index).hWnd

Will the hWnd apply for the entire control array or for just that one index? So what happens? I show the progress bars one at a time? Won't they get deleted when the listview is repainted?
The hWnd applies to each element independently
Won't they get deleted when the listview is repainted? No