MDI parent child an another modal form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samentu
    New Member
    • Apr 2007
    • 7

    MDI parent child an another modal form

    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?
  • kruger
    New Member
    • Jun 2007
    • 1

    #2
    Have you tried closing the modal forms using the DialogResult property?

    Comment

    Working...