Hi,
I have two forms open simultaneously frmA and frmB
frmA has the focus
I want a procedure in frmA (which has the focus) to launch a procedure which resides in frmB (I assume that frmB will get the focus) and that is actually what I need to happen.
Seems simple enough? Not for me!
Thanks,
Biggles1
FormB code-behind:
Open in new window
Important: the method must be declare as Public.
FormA code-behind:
Open in new window
Just add appropriate error handling when invoking the method.