Click here to Skip to main content
15,891,184 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: write line through textwriter Pin
Christian Graus25-Mar-07 16:42
protectorChristian Graus25-Mar-07 16:42 
GeneralRe: write line through textwriter Pin
Xmen Real 25-Mar-07 18:40
professional Xmen Real 25-Mar-07 18:40 
GeneralRe: write line through textwriter Pin
Christian Graus26-Mar-07 2:27
protectorChristian Graus26-Mar-07 2:27 
GeneralRe: write line through textwriter Pin
TwoFaced25-Mar-07 19:03
TwoFaced25-Mar-07 19:03 
GeneralRe: write line through textwriter Pin
Xmen Real 25-Mar-07 19:28
professional Xmen Real 25-Mar-07 19:28 
GeneralRe: write line through textwriter Pin
TwoFaced25-Mar-07 19:49
TwoFaced25-Mar-07 19:49 
GeneralRe: write line through textwriter Pin
Xmen Real 25-Mar-07 21:24
professional Xmen Real 25-Mar-07 21:24 
GeneralRe: write line through textwriter Pin
Dave Kreskowiak26-Mar-07 4:22
mveDave Kreskowiak26-Mar-07 4:22 
It took you 5 and a half hours to FINALLY describe what your trying to do with this instead of insisting that you need a TextWriter. You don't. If all you want to do is add the Text typed in by the user to the RTB, then all you have to do is:
myRTB.AppendText(myTextBox.Text & Environment.NewLine)



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: write line through textwriter Pin
Xmen Real 26-Mar-07 5:52
professional Xmen Real 26-Mar-07 5:52 
GeneralRe: write line through textwriter Pin
Xmen Real 26-Mar-07 6:12
professional Xmen Real 26-Mar-07 6:12 
GeneralRe: write line through textwriter Pin
TwoFaced26-Mar-07 6:50
TwoFaced26-Mar-07 6:50 
GeneralRe: write line through textwriter Pin
Dave Kreskowiak26-Mar-07 7:05
mveDave Kreskowiak26-Mar-07 7:05 
GeneralRe: write line through textwriter Pin
Xmen Real 26-Mar-07 15:38
professional Xmen Real 26-Mar-07 15:38 
GeneralRe: write line through textwriter Pin
Dave Kreskowiak26-Mar-07 16:09
mveDave Kreskowiak26-Mar-07 16:09 
GeneralRe: write line through textwriter Pin
Xmen Real 26-Mar-07 16:38
professional Xmen Real 26-Mar-07 16:38 
GeneralRe: write line through textwriter Pin
TwoFaced26-Mar-07 20:35
TwoFaced26-Mar-07 20:35 
GeneralRe: write line through textwriter Pin
Xmen Real 26-Mar-07 21:05
professional Xmen Real 26-Mar-07 21:05 
QuestionTry to check if textbox empty Pin
MAGICIANMERLIN25-Mar-07 12:34
MAGICIANMERLIN25-Mar-07 12:34 
AnswerRe: Try to check if textbox empty Pin
Christian Graus25-Mar-07 12:42
protectorChristian Graus25-Mar-07 12:42 
AnswerRe: Try to check if textbox empty Pin
MAGICIANMERLIN25-Mar-07 12:48
MAGICIANMERLIN25-Mar-07 12:48 
GeneralRe: Try to check if textbox empty Pin
Christian Graus25-Mar-07 12:51
protectorChristian Graus25-Mar-07 12:51 
QuestionMulti-Threading Pin
MatrixCoder25-Mar-07 10:57
MatrixCoder25-Mar-07 10:57 
AnswerRe: Multi-Threading Pin
Christian Graus25-Mar-07 11:59
protectorChristian Graus25-Mar-07 11:59 
GeneralRe: Multi-Threading Pin
MatrixCoder25-Mar-07 13:42
MatrixCoder25-Mar-07 13:42 
GeneralRe: Multi-Threading Pin
Christian Graus25-Mar-07 14:10
protectorChristian Graus25-Mar-07 14:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.