Software FX Posted February 1, 2000 Report Share Posted February 1, 2000 Well, ShowDialog is a modal function, meaning that it will not return until the dialog is closed. So you can either disable your Main window before calling this function and then re-enabling right after or you can use a flag to know if you have already returned so that you can prevent the application from being closed. Frank SFX Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.