Home All Groups Group Topic Archive Search About

Console project question

Author
2 Oct 2006 11:54 AM
sgr
Is there any way to do that VB .NET always writes in the same line of the
console?

Author
2 Oct 2006 2:19 PM
Kerry Moorman
sgr,

Using Console.CursorLeft and Console.CursorTop might be one way to get what
you want.

Kerry Moorman


Show quoteHide quote
"sgr" wrote:

> Is there any way to do that VB .NET always writes in the same line of the
> console?