Link to home
Start Free TrialLog in
Avatar of cjinsocal581
cjinsocal581Flag for United States of America

asked on

Pass information from one form to another in VB.NET

I have a form that has three text boxes and one combo box.

This is for a full name deal.

So, one form will have the following:

ComboBox : Mr., Mrs., Miss, Ms., Dr.
TextBox1 : First Name
TextBox2 : Middle Name
TextBox3 : Last Name
OK Button

The second form will have a list view control.

So, I need the ability to send the information from the first form to the second form's list view control.

Make sense>?
ASKER CERTIFIED SOLUTION
Avatar of bman9111
bman9111

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Howard Cantrell
Is your first form a data entry form or are you getting the data from a database?
Refer to the following thread (It's almost Identical):

https://www.experts-exchange.com/questions/21538331/transfer-data-from-one-open-form-to-another-open-form.html

Same principle.

Jake