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

Is there an open source WebSockets (JavaScript) XMPP library? -

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? -

mysql - Can mysql_pconnect be called multiple times in one php page? -