질문 Calling the forms

  • martes, 28 de febrero de 2012 20:06
     
     

    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?

Todas las respuestas

  • miércoles, 29 de febrero de 2012 7:01
     
     

    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.

  • martes, 06 de marzo de 2012 17:02
     
     

    Wich compiler are you using ?

    What is the complete error message ?


    Delphine GARRO

  • martes, 06 de marzo de 2012 20:12
     
     

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

    Thanks


    Rupesh Shukla