D
Darin
I have a program that (for example), has form A that opens form B that
opens form C, and form C calls a function, and that function calls a
sub. From that last sub, i need to know if came specifically from form C
(and not form A or B).
Is that possible? If so, how? Some more information, form A is in my
EXE, form B and C are in a DLL, and the function and sub are in
different DLLs than the forms.
Darin
opens form C, and form C calls a function, and that function calls a
sub. From that last sub, i need to know if came specifically from form C
(and not form A or B).
Is that possible? If so, how? Some more information, form A is in my
EXE, form B and C are in a DLL, and the function and sub are in
different DLLs than the forms.
Darin