Well when I try to do listbox1.items.add() in a threading.thread it errors with "Cross-thread operation not valid: Control 'listBox1' accessed from a thread other than the thread it was created on.". Is there a way around this so I can add to the listbox in the thread?