01-20-2011, 06:50 AM
For
You dont need the brackets. Text_title is simply a name of a textbox, and so is text_url
Code:
Form1.ListBox1.Items.Add([text_title].text)
Form1.listbox.Items.Add([text_URL].text)
You dont need the brackets. Text_title is simply a name of a textbox, and so is text_url