Console project question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sgr

    #1

    Console project question

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

    #2
    RE: Console project question

    sgr,

    Using Console.CursorL eft and Console.CursorT op might be one way to get what
    you want.

    Kerry Moorman


    "sgr" wrote:
    Is there any way to do that VB .NET always writes in the same line of the
    console?

    Comment

    Working...