I am working with a console application for VB 10.
How can I replace data that I have already written with:
Console.Write
Or how can I write on a specific point: e.g. 100 lines, 100 chars left
In the same way that a program such as wget has a loading bar that does not keep getting replaced every time progress is increased.