Pages

Total Pageviews

Add This

Thursday, April 28, 2011

Add Items To ListBox from TexBox

Create form like on the picture bellow:
For the button "Add" write the code bellow:
ListBox1.Items.Add(TextBox1.Text)

No comments:

Post a Comment