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.
Using the console CursorTop and CursorLeft will do what you want. As an example this will count both the upper left and lower right corners of the console window