Gotoxy in Console Application ??

ABOOOD_85

New member
Joined
Jan 12, 2006
Messages
2
Programming Experience
Beginner
Hello every body,,

I'm a new beginer in console applications and I have a question,,,
In Pascal I can write GOTOXY(2,3) to put the pointer in a spesific place in the screen.....

Is there any function like GOTOXY or any things in Console Application ??


Thanks
 
Not for .Net 1.x, but for .Net 2.0 there is Console.SetCursorPosition(x,y).

If you search this forum, I read some workaround for .Net 1.x somewhere sometime.
 
Back
Top