Hi there. I'm having a little problem here with some forms.
Let me describe the problem: my application has a MDI parent form (the form that starts with the application); then when I click a button a modal form appears; this modal form has a button in it that when clicked should close itself, create a new child form for the parent and create another modal form. The thing is that when I click the button on the modal form it does close itself but the MDI child only appers after the new modal form (after I close the new modal form). Am I missing something?
Let me describe the problem: my application has a MDI parent form (the form that starts with the application); then when I click a button a modal form appears; this modal form has a button in it that when clicked should close itself, create a new child form for the parent and create another modal form. The thing is that when I click the button on the modal form it does close itself but the MDI child only appers after the new modal form (after I close the new modal form). Am I missing something?
Comment