is textboxes I open form1 and for adding new details I open form2 (as dialog) fill in textboxes and closes, now is there any way to update combobox with the newly added/saved data?
How about this one: https://stackoverflow.com/a/13334171
Make a global variable... and assign the value to it while closing the form. Since it is dialog you will get the value in next line of code
Обсуждают сегодня