Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

CRLF-related questions for textboxes

  Asked By: Jeff    Date: Oct 05    Category: Asp.net    Views: 1210
  

This is maybe a mega stupid question, but i stay looking after the keyword in vb.net

I try to write out data into a textbox, line per line... (winforms)
but this don't work this way:

TextBox1.Text += myElem.getData.getKey() & ControlChars.crlf
(.newline doesn't work either...)

Somebody knows how i can just get a list of data:

(i'm implementing an AVL tree and want to write the data of the tree out like this in a textbox

5
3
4
6
...

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Teresa Rogers     Answered On: Oct 05

Try ...getKey() & vbCrLf..............................

 
Didn't find what you were looking for? Find more on CRLF-related questions for textboxes Or get search suggestion and latest updates.




Tagged: