Console app working with Windows Form app
Im trying to figure out how I can display my console output on a windows form
I want to be able to display a variable everytime it gets updated
However my current version only displays the variable after the loop has finished
Is there any way around this or do I have to wait for the loop to finish
I want to be able to display a variable everytime it gets updated
However my current version only displays the variable after the loop has finished
Is there any way around this or do I have to wait for the loop to finish


