Hi,
I created a few window forms and I faced problem when try to link them up. I am able to link up two window form but the problem comes when I tried to link up more than 1 window forms.
For example when I want to link up the first window form with the second form :
form2()->ShowDialog();
However, when I tried to link back from second window form to first window form using the same code:
form1()->ShowDialog();
I got the error of : form1() identifier not found.
I already included respective header file but the code still not working. Why is it so? I attached a simple example on the problem I faced. Hope someone can lend me a helping hand....Really need this in urgent.
Million thanks in advance.
Adrian