In c and c++ there is a function: gotoxy(int x, int y) to move the cursor to a specific position on the screen.
Does anyone know how something similar could be accomlished in c# for a console applicatrion?
This is a discussion on Move cursor in console application within the C# Programming forums, part of the General Programming Boards category; In c and c++ there is a function: gotoxy(int x, int y) to move the cursor to a specific position ...
In c and c++ there is a function: gotoxy(int x, int y) to move the cursor to a specific position on the screen.
Does anyone know how something similar could be accomlished in c# for a console applicatrion?
Maybe looking into this project will help...
hth
-nv
She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."
When in doubt, read the FAQ.
Then ask a smart question.
This was exactly the functionality I was looking for.
Thanks a lot.