|
-
Jan 8th, 2009, 09:12 AM
#6
Re: me.close vs me.dispose
ShowDialog won't let you switch to other forms while you are showing a form using this method, there is also the Show method. When using ShowDialog all the codes that follows it until the the form is not closed. You can use Me.Close in the form shown using ShowDialog, why did you say that it doesn't work?
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
|