c# - Windows Forms App, output text? -


How do you output to a window form app? I have a list:

  list & lt; Float & gt; List;  

There are several numbers in it ... I want to output them to a column. Can you output them to a rich textbox or text box?

You can use a text box, or a list box, or just about anything else .


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -