sjn78 Posted May 27, 2003 Posted May 27, 2003 I have an options type of form showing from the main form. This options form is being shown as dialog. What event is there to use when the options form is closed and the main form is the active one again? Thanks Steve Quote
*Gurus* divil Posted May 27, 2003 *Gurus* Posted May 27, 2003 If you're using ShowDialog to show it, that procedure will halt until the dialog is closed, so the next thing to execute will be the next line of code after the call. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
sjn78 Posted May 27, 2003 Author Posted May 27, 2003 Yeh, I found it. I was having a mind blank and then I tried to come back here and delete the post, but couldn't Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.