|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to overwrite console.write?Hello,
I need to write to the console window, but I don't want to add a new line, and I don't want to write the next value adjacent to the previous value. I just want to overwrite the previous value. How can this be performed? Thanks, Rich Rich,
Console.CursorLeft and Console.CursorTop will let you position the cursor. Then whatever you write will overwrite what was at that location. Kerry Moorman Show quoteHide quote "Rich" wrote: > Hello, > > I need to write to the console window, but I don't want to add a new line, > and I don't want to write the next value adjacent to the previous value. I > just want to overwrite the previous value. How can this be performed? > > Thanks, > Rich Thanks. That is just what I needed.
Rich Show quoteHide quote "Kerry Moorman" wrote: > Rich, > > Console.CursorLeft and Console.CursorTop will let you position the cursor. > Then whatever you write will overwrite what was at that location. > > Kerry Moorman > > > "Rich" wrote: > > > Hello, > > > > I need to write to the console window, but I don't want to add a new line, > > and I don't want to write the next value adjacent to the previous value. I > > just want to overwrite the previous value. How can this be performed? > > > > Thanks, > > Rich
Badly behaving child in MDI application
help reading numeric values is Excel via VB.NET Balloons on system tray icon Writing commands to cmd from VB.Net 2005 How to send email in .Net requiring server authentication Awesome Information Pb publish Specifying a custom installation folder Crystal Formatting Issue change permissions in the registry |
|||||||||||||||||||||||