Re: Communicating Between Two Forms

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I am not a C++ guy, but maybe I can help. You are trying to access
method from your main form in the dialog form, right? Maybe you should
import the Main.h in the Dialog.h to work? The compilator says that it
cannot find Form1 is (it is in your Main.h and you need to import it in
your Dialog.h)

Regards,

Philip Hristov.

.



Relevant Pages