S
Stan Sainte-Rose
Hi,
Newbie I am, I need to understand something with vb.
I have a winform (A) where the user fills out some datas.
On this form, I have a combo box where he can select an item.
If the item doesn't exist, I would like he creates it by clicking on a
button.
At this point, I open a new winform (B) where he can do it.
So my question is, How can I retrieve this new data on the winform (A).
The new data have to be added on the combobox and the selecteditem must be
this data.
To be more clear, the winform (B) can be also called by another winform (C).
Stan
Newbie I am, I need to understand something with vb.
I have a winform (A) where the user fills out some datas.
On this form, I have a combo box where he can select an item.
If the item doesn't exist, I would like he creates it by clicking on a
button.
At this point, I open a new winform (B) where he can do it.
So my question is, How can I retrieve this new data on the winform (A).
The new data have to be added on the combobox and the selecteditem must be
this data.
To be more clear, the winform (B) can be also called by another winform (C).
Stan