Hello, when using the API in Visual Basic 6 with the following calls:
Dim WithEvents esignal As IESignal.Hooks
esignal.SetApplication ("accountname")
Set esignal = New IESignal.Hooks
Can more than one hook be opened within an application (eg by using more sets of the above statements with esignal1, esignal2, etc objects)?
If so, can other instances of the application run on the same machine?
If so, do I need to use a different object name in each application?
Thank you for a reply
Dim WithEvents esignal As IESignal.Hooks
esignal.SetApplication ("accountname")
Set esignal = New IESignal.Hooks
Can more than one hook be opened within an application (eg by using more sets of the above statements with esignal1, esignal2, etc objects)?
If so, can other instances of the application run on the same machine?
If so, do I need to use a different object name in each application?
Thank you for a reply
Comment