activate another form while close current form in VC .Net

If one use dialog.Show(), it will wait until the form activated closed then close itself. Borland C++ could allow you close the form and activate another form. How do we do it in VC++ .Net 2003 Thanks.


Answer this question

activate another form while close current form in VC .Net

  • Batool

    dialog.Close
  • activate another form while close current form in VC .Net