muli Forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Salim Zaabi
    New Member
    • Oct 2009
    • 25

    muli Forms

    If I have two forms, Form1 and Form2. How do I force the user to close the Form2 to go back to Form1.?And cannot do anything in Form1, unless the user close Form2 first.
  • alexis4
    New Member
    • Dec 2009
    • 113

    #2
    Use form2.ShowDialo g(); instead of form2.Show(); and you will solve both problems.

    Comment

    • Salim Zaabi
      New Member
      • Oct 2009
      • 25

      #3
      Thanks my friend, the problem solved.

      Comment

      Working...