I have a windows app that has pull down menu listing some items for a user, and a button which opens a new window to allow the user to enter a new item.
In this window, the user is asked for some text input.
When the user clicks on the submit button, the function puts that data into an xml file and closes the window.
What I want to happen next, is that the pull down menu refreshes with the newly entered item in it.
How do I do this?
In this window, the user is asked for some text input.
When the user clicks on the submit button, the function puts that data into an xml file and closes the window.
What I want to happen next, is that the pull down menu refreshes with the newly entered item in it.
How do I do this?