Hi All,
Normally I would add a reference to a form's window event in VS Tools for a GP Addin using a local variable on the addin, then hooking into the event in the Initialize method such as:
sopForm.SopEntry.OpenAfterOriginal += new EventHandler(method_here);
I am running into a road block on windows part of the HumanResources.dll where I cannot make a call such as the above. If I wanted to handle the events on a window using this library, is the process the same?
Both the core windows and human resource windows appear to be of the same class "MS.Dexterity.Bridge.WindowProxy"
Thoughts?
*This post is locked for comments