microkarl
Regular
Hi, I have two windows forms written in C#. The parent form can call the child form to open. In the child form, I have logic to add/remove certain nodes in a XML document. After that, I can close the child form. But I also have listbox control in the parent form to display the items from the exact XML document, since I have updated it, I would like to 'reload' the control so it will display the most updated list. But how do I do it? I suppose I can fire an event on the childform.Close() event, and use this.ParentForm to do it? But I could not see any functions in the parent form.
please help.
please help.