Allright, I have a.. Form1 and a Form2. I have one combobox on Form2 and one button on Form1. When I click the button on Form1 I want it to add the word "Hello" to the combobox on Form2.

Also, if I wanted to do the same thing but with a button, how would I do that?

Also, if inside a void on Form1 I have a series of code that spits out a number each time. Like.. for the Button1_Click event on Form1 it uses a formula using the Textboxes on Form1 to get a number, how can I add that to a combobox on Form2?


I am pretty stumped on multi-form interaction