Cuda
How to update a listbox contents with a text file that is constantly being updated.
to start when I try to update the listboox with a background worker that has a streamreader it doesn't update it. Inside the background worker I have a simple loop that is checking the file.
9 replies
How to update a listbox contents with a text file that is constantly being updated.
I'm not understanding the question. I'm just calling the StreamREader within a loop in a background worker. To update the text file that is supposed to show up in the listbox I just simply edit it with notepad to simulate and update to it.
9 replies