ok I have 2 forms. On form1 they click a button which opens up form2, where they fill in a form and they click ok. When they click ok on form2, the program updates a textfile with added information. and on form1 I have to execute a function to refresh a listbox with the new information. So I basically need to find a way to execute a function when they click the ok button on form2. How access the function thats on form1 from form2?
I hop that makes sense.
I hop that makes sense.