Click here to Skip to main content
16,003,555 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSending e-mail from your vb.Net application Pin
Arunava3525-Mar-07 20:35
Arunava3525-Mar-07 20:35 
AnswerRe: Sending e-mail from your vb.Net application Pin
nlarson1126-Mar-07 9:13
nlarson1126-Mar-07 9:13 
QuestionCheck UNC Format in vb.net Pin
Pankaj Saha25-Mar-07 20:23
Pankaj Saha25-Mar-07 20:23 
QuestionDataGrid control Pin
somagunasekaran25-Mar-07 19:40
somagunasekaran25-Mar-07 19:40 
QuestionUrgent : Uninstall setup, remove folder Pin
d_smit25-Mar-07 19:07
d_smit25-Mar-07 19:07 
Questionwrite line through textwriter Pin
Xmen Real 25-Mar-07 15:44
professional Xmen Real 25-Mar-07 15:44 
AnswerRe: write line through textwriter Pin
Christian Graus25-Mar-07 15:50
protectorChristian Graus25-Mar-07 15:50 
GeneralRe: write line through textwriter Pin
Xmen Real 25-Mar-07 16:10
professional Xmen Real 25-Mar-07 16:10 
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 

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.