sarcos Posted July 14, 2011 Posted July 14, 2011 Hello, can I apply the windows application logics of modalresult when I call ShowModal form's method?. I am doing some tests and seems to me that when I show a form modal, the application doesn't wait for a modalresult. If I look the debug, the application continues to processing the code after the ShowModal call. Thank you in advance. Quote
Administrators Farshad Mohajeri Posted July 14, 2011 Administrators Posted July 14, 2011 Hello, can I apply the windows application logics of modalresult when I call ShowModal form's method?. I am doing some tests and seems to me that when I show a form modal, the application doesn't wait for a modalresult. If I look the debug, the application continues to processing the code after the ShowModal call. Thank you in advance. Yes, in webmode modal forms are not blocking. You must use OnClose event to process ModalResult. 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.