Hello,
I’m trying to implement the AddressBookHook – ContactInsert. To my knowledge this should replace the contact insert form if you try to add a contact in the contacts window.
ContactInsert = True 'Tells Maximizer to run our code instead of its'.
However if I put the .dll in debugging mode and try to add a contact in the contacts window the function ContactInsert is not getting fired .. all of the other functions within this hook work fine, such as edit or delete, or add within the address book etc.
Any info would be much appreciated .
Ryan.
Original Post