psolanki 0 Newbie Poster

Hi

Need help with multiple forms. I have application with 3 forms and the concept is on startup open Form1 on clicking button on Form1 opens Form2 and then Form2 open Form3. Now after processing on Form3 I need to make the property of Form1 visible, so we start the processing from Form1 again.

I am able to open Form1->Form2->Form3, but if I include the Form1.h in Form3.h then the compiler/linker complains about redefinition of variable. I think it is something to do with circular references.

Any ideas to solve would be much appreciated

Thanks