What is the best way to write data to the text console at arbitrary locations on the screen and with custom fore/background colors?
|
|
Console.SetCursorPosition, Console.BackgroundColor, Console.ForegroundColor, and Console.ResetColor. Note these were added to the .NET Framework in version 2.0. Prior to that you would have needed PInvoke. |
||
|
|
|
|
This posting shows how to use Console class methods to create a progress bar on the console - it might be a good example to refer to.... |
|||
|
|
|
|
According to the Mono Library List there are at least two libraries that could be useful for you:
|
||
|
|
