Hi, I'm relatively new to programming.
After I load up my items in the listbox. I want to choose items and have them display in a datagrid.
For instance, If I have apples, oranges, bananas in the listbox. Say I select apples then oranges, I want them to display as a list in the datagrid. Later, I will assign values to them and add them up.
Like this:
apples
oranges
Also, how can I load up the items from another form. Say I have a textbox in anther form that can add onto the current list.
For instance. I have a textbox named txtAddItem in frmAddItem and when I type into it and hit update, it will be added to the other form's, named frmOther, listbox.
Thanks in advance
After I load up my items in the listbox. I want to choose items and have them display in a datagrid.
For instance, If I have apples, oranges, bananas in the listbox. Say I select apples then oranges, I want them to display as a list in the datagrid. Later, I will assign values to them and add them up.
Like this:
apples
oranges
Also, how can I load up the items from another form. Say I have a textbox in anther form that can add onto the current list.
For instance. I have a textbox named txtAddItem in frmAddItem and when I type into it and hit update, it will be added to the other form's, named frmOther, listbox.
Thanks in advance