![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have developed an addin in vb6. Sometimes the addin loads successfully
during startup, but most of the time it does not, and I have to exit outlook and then go back in. Can anyone help on how to create addins which loads similar to Mcafee Virus addins for outlook. I have looked at exchange client extensions but these require C++ . Does anyone know of any workarounds. Thanks, Chris. |
Ads |
#2
|
|||
|
|||
![]()
Does your addin end up in the disabled items? If so there is some unhandled
error and Outlook is disabling your addin. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "chris ampofo" wrote in message ... I have developed an addin in vb6. Sometimes the addin loads successfully during startup, but most of the time it does not, and I have to exit outlook and then go back in. Can anyone help on how to create addins which loads similar to Mcafee Virus addins for outlook. I have looked at exchange client extensions but these require C++ . Does anyone know of any workarounds. Thanks, Chris. |
#3
|
|||
|
|||
![]()
Ken,
It is not added to the disabled items Sue Moesher of Outlookcode.com has suggested I look into Micro Eye AddInMon in an Outlook COM Add-in. This seems to be on the right track. For other with similar problems please go to http://www.microeye.com/resources/res_addinmon.htm to read more. I am investigating now and will post update. Thanks, Chris. "Ken Slovak - [MVP - Outlook]" wrote in message ... Does your addin end up in the disabled items? If so there is some unhandled error and Outlook is disabling your addin. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "chris ampofo" wrote in message ... I have developed an addin in vb6. Sometimes the addin loads successfully during startup, but most of the time it does not, and I have to exit outlook and then go back in. Can anyone help on how to create addins which loads similar to Mcafee Virus addins for outlook. I have looked at exchange client extensions but these require C++ . Does anyone know of any workarounds. Thanks, Chris. |
#4
|
|||
|
|||
![]()
Ken,
I have just noticed your contribution to the dev of AddinMon program. I have just tried to implement it with no avail. The problem does not even fire the onconnection method in order for the addinmon to load. "chris ampofo" wrote in message ... Ken, It is not added to the disabled items Sue Moesher of Outlookcode.com has suggested I look into Micro Eye AddInMon in an Outlook COM Add-in. This seems to be on the right track. For other with similar problems please go to http://www.microeye.com/resources/res_addinmon.htm to read more. I am investigating now and will post update. Thanks, Chris. "Ken Slovak - [MVP - Outlook]" wrote in message ... Does your addin end up in the disabled items? If so there is some unhandled error and Outlook is disabling your addin. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "chris ampofo" wrote in message ... I have developed an addin in vb6. Sometimes the addin loads successfully during startup, but most of the time it does not, and I have to exit outlook and then go back in. Can anyone help on how to create addins which loads similar to Mcafee Virus addins for outlook. I have looked at exchange client extensions but these require C++ . Does anyone know of any workarounds. Thanks, Chris. |
#5
|
|||
|
|||
![]()
Yes, I was involved in the AddInMon development project, as well as its
replacement project. Is your addin set to load on startup? LoadBehavior = 3. That or being disabled is about the only reason an addin won't receive On_Connection. What about ActiveSynch or some other synch software? Running any? What version of Outlook, you don't mention that. What version of Outlook is running on the machine where you run the addin? What version on the computer where you compile the addin? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "chris ampofo" wrote in message ... Ken, I have just noticed your contribution to the dev of AddinMon program. I have just tried to implement it with no avail. The problem does not even fire the onconnection method in order for the addinmon to load. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ActiveSync causing Addin not to load | Dino | Add-ins for Outlook | 2 | July 5th 06 05:08 AM |
problem with installer for addin | Claus | Add-ins for Outlook | 5 | May 18th 06 12:08 PM |
A different problem with Outlook Addin | Ram | Add-ins for Outlook | 1 | April 24th 06 02:31 PM |
OCX problem in VB Outlook AddIn | Rui Oliveira | Add-ins for Outlook | 0 | March 31st 06 04:42 PM |
unload COM addin problem | David Cebrian | Add-ins for Outlook | 3 | February 9th 06 10:26 AM |