Unanswered Calling the forms

  • Tuesday, February 28, 2012 8:06 PM
     
     

    here in this code

    selnetwork ^ xx = gcnew selnetwork();
    xx->ShowDialog();

    selnetwork is the name of the form. i have included the header file too. but the error says as "syntax error" identifier error. can anyone help me to solve this problem?

All Replies

  • Wednesday, February 29, 2012 7:01 AM
     
     

    This fragment does not contain any obvious syntax error. Show the full text of all of error messages and also show the first line that gives error.

  • Tuesday, March 06, 2012 5:02 PM
     
     

    Wich compiler are you using ?

    What is the complete error message ?


    Delphine GARRO

  • Tuesday, March 06, 2012 8:12 PM
     
     

    Show your error message and apart from that your selnetwork form class too.

    Thanks


    Rupesh Shukla