|
-
Apr 10th, 2013, 12:48 PM
#1
Thread Starter
Member
[RESOLVED] Close / Hide / Dispose A Form Issue
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|