I have loop that goes through a txt file that has about 1000000 lines of text.
I have a var. x that changes every time the program reads a line of text
Is it possible to update textbox with that x and actually see the update.
I really don't want to use DoEvents but I think it is possible with threads
Thanks