|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Console outputHi
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 Show quoteHide quote "John" <John@nospam.infovis.co.uk> schreef in bericht news:efDo7mQYGHA.3444@TK2MSFTNGP05.phx.gbl... > 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 > > 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 Show quoteHide quote "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message news:eaDAEORYGHA.3448@TK2MSFTNGP03.phx.gbl... > John, > > In the way you describe it is it for me just a standard listbox control. > > Cor > > "John" <John@nospam.infovis.co.uk> schreef in bericht > news:efDo7mQYGHA.3444@TK2MSFTNGP05.phx.gbl... >> 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 >> >> > > |
|||||||||||||||||||||||