G
Guest
Hi,
I have an C++/CLI MDI application with two Forms A and B.
When I work with Form A I would like to know the handle of Form B (if it is
opened), to use its handle in a delegate that execute a function in Form B.
In example:
DelegateAbc^ d = gcnew DelegateAbc(HANDLE,&FormB::TestB);
Where HANDLE belongs to FormB opened in other moment directly by the main
windows.
Thanks in advance.
I have an C++/CLI MDI application with two Forms A and B.
When I work with Form A I would like to know the handle of Form B (if it is
opened), to use its handle in a delegate that execute a function in Form B.
In example:
DelegateAbc^ d = gcnew DelegateAbc(HANDLE,&FormB::TestB);
Where HANDLE belongs to FormB opened in other moment directly by the main
windows.
Thanks in advance.