Hi,
I'm struggling with a thing or two...and i've read some stuff about the backgroundworker but im stuck
Basically what i have is a :
PUBLIC FUNCTION TEST (path as string) : which at the end of work , adds an item to the form1.listbox. That works quite nice but freezes the app.
I've tried using the backgroundworker, the function in the background worker seems to work nicely, the bad thing is that i dont get any results in the form1.listbox.
Any ideas on how to make the listbox add items??
Cheers!![]()






Reply With Quote