I just signed up for Desktop API Yesterday. The doc references the IESignal Interface, and says it is part of the WinSig.tlb file in the installation directory. I have Advanced GET, yet this file does not exist anywhere on my PC, at least not that I can find via Search.
So, I downloaded one of the XLS samples, and I added a Reference to WinSig.exe, and it seemed to find the IESignal Interface.
However, when I try to run the code, I get an error stating that the component/interface does not support Automation or that the Method does not exist. The code where the error is thrown is a call to IESignal.Hooks.
Can anyone help me get started here and tell me where to find what I need? Or is this whole forum out-of-date, including the samples?
Thanks.
So, I downloaded one of the XLS samples, and I added a Reference to WinSig.exe, and it seemed to find the IESignal Interface.
However, when I try to run the code, I get an error stating that the component/interface does not support Automation or that the Method does not exist. The code where the error is thrown is a call to IESignal.Hooks.
Can anyone help me get started here and tell me where to find what I need? Or is this whole forum out-of-date, including the samples?
Thanks.
Comment