T
tasleem
hi all,
i have made winform applicaion in vs 2005 c++/CLR,
i have added another form into it, new win form.both forms have same project
and namespace.
i want to call second form from first first form,so i have made a object of
second form and use showDialog() to call second form,but when i declare the
object of second form i get compil time errors, undeclared "second class
name".
i searched a lot about that on net and then found to use /clr option in
compile but that did not help 2.
i have made winform applicaion in vs 2005 c++/CLR,
i have added another form into it, new win form.both forms have same project
and namespace.
i want to call second form from first first form,so i have made a object of
second form and use showDialog() to call second form,but when i declare the
object of second form i get compil time errors, undeclared "second class
name".
i searched a lot about that on net and then found to use /clr option in
compile but that did not help 2.