Calling the forms
-
2012년 2월 28일 화요일 오후 8: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?
모든 응답
-
2012년 2월 29일 수요일 오전 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.
-
2012년 3월 6일 화요일 오후 5:02
Wich compiler are you using ?
What is the complete error message ?
Delphine GARRO
-
2012년 3월 6일 화요일 오후 8:12
Show your error message and apart from that your selnetwork form class too.
Thanks
Rupesh Shukla

