Declare a form to use in another form - TechRepublic
General discussion
July 28, 2003 at 01:37 AM
gy24hz13

Declare a form to use in another form

by gy24hz13 . Updated 22 years, 11 months ago

I could not declare a form to use in another form like this:

Form1.h
———
//A complete & correct form

Form2.h
———
Form1 * F1 = new Form1(); // incorrect

Why?Please help me to solve the problem.
Thank you.

This discussion is locked

All Comments