You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
in my instant messenger i have a text box
how do i make new lines in my multiline textbox? so the strings dont show up as:
You said: blablahSheSaid:blahblah!
I cannot replicate the issue either, are you using a custom TextBox control or anything?
Rob The Developing Developer
Currently Working Towards: MCAD C# My Blog: http://www.robzyc.spaces.live.com
<center>"Nothing can stop the man with the right mental attitude from achieving his goal;
nothing on earth can help the man with the wrong mental attitude". Thomas Jefferson</center>
weird, it works now, i guess \r was important... oops. lol now my next thing is i do not want my converation box to be editable. this will cause people to edit the conversation and i do not want that.
Set the text box ReadOnly property to true.
I would really suggest you get yourself a book on Windows Forms programming, it will cover all of these fundamentals..
Rob The Developing Developer
Currently Working Towards: MCAD C# My Blog: http://www.robzyc.spaces.live.com
<center>"Nothing can stop the man with the right mental attitude from achieving his goal;
nothing on earth can help the man with the wrong mental attitude". Thomas Jefferson</center>