M
Maarten
I'm gonne try to explain my problem here
I have a classe named Save_open_forms.
I want to call this clas from the mainform (an mdiparrentform).
this is working fine.
now on the class(Save_open_forms) i want to determine witch form is open and
what the name of the form is.
i know how to do this on the parentform itselve, but i can't do this from
the class becouse i can't add a reference to the form.
When i try that i get an error the the reference must be from the type of
dll.
is there a way to do this?
I have a classe named Save_open_forms.
I want to call this clas from the mainform (an mdiparrentform).
this is working fine.
now on the class(Save_open_forms) i want to determine witch form is open and
what the name of the form is.
i know how to do this on the parentform itselve, but i can't do this from
the class becouse i can't add a reference to the form.
When i try that i get an error the the reference must be from the type of
dll.
is there a way to do this?