RichardWolf
Programmer
I've searched and found nothing posted similar or relevant to my problem so I'd thought I'd see if anyone has seen this behavior before.
I'm using VB5 to create a COM DLL add-in for Outlook. I have added the necessary references and designer, set it for Outlook, the version I'm using, load at next startup. Run the application. Start Outlook. None of the IDTExtensibility2 events ever fire. I've even created a simple test DLL (just message box displays in every IDT* event) and I never see a message box when outlook loads.
I've tried making it a DLL and loading it directly from within outlook (again, once I browse to it and select it nothing happens, no error messages). I've tried the same technique in VB6 with the same results, for Word and Excel as well.
This is really driving me crazy, any comments suggestions would be welcome
I'm using VB5 to create a COM DLL add-in for Outlook. I have added the necessary references and designer, set it for Outlook, the version I'm using, load at next startup. Run the application. Start Outlook. None of the IDTExtensibility2 events ever fire. I've even created a simple test DLL (just message box displays in every IDT* event) and I never see a message box when outlook loads.
I've tried making it a DLL and loading it directly from within outlook (again, once I browse to it and select it nothing happens, no error messages). I've tried the same technique in VB6 with the same results, for Word and Excel as well.
This is really driving me crazy, any comments suggestions would be welcome