Console output

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I need a console output system which needs to display information line by
line and scroll once the designated viewable area is filled. User is still
able to scroll back to the last x lines to see what has gone before. Is this
possible in what is available in vb.net 2005?

Thanks

Regards
 
John,

In the way you describe it is it for me just a standard listbox control.

Cor
 
I was looking for something a bit more versatile like the Windows Command
Prompt where lines can wrap if they need to. listbox will probably need a
lot of work to make it work like that.

Thanks

Regards
 
Back
Top