Hello all

I have a little issue.

I have two forms in my app (Form1 & Form2)
when the button to show form2 is clicked and form2 is loaded an operation is performed.
if form2 is closed/hide and then reopend I want the "form_load" function to execute but this does not seem to be the case.

I tried this

(from form2)

Form1.show()
me.dispose

but this throws and exception on the windows PC.

All I want to do is have form2 refreshed/reloaded anytime it is called?

Help?