G
Guest
Hi
I'm developing a VB6 COM Add-In for outlook 2000. I have the following code
Private WithEvents olApp As Outlook.Applicatio
Private Sub AddinInstance_OnConnection(ByVal Application As Object, ByVal ConnectMode As AddInDesignerObjects.ext_ConnectMode, ByVal AddInInst As Object, custom() As Variant
Set olApp = Applicatio
...
When I install and run the add-in, I get the error message
"Run-time error '459'
Object or class does not support the set of events
Any help
Selgin
thanks
Selgin
I'm developing a VB6 COM Add-In for outlook 2000. I have the following code
Private WithEvents olApp As Outlook.Applicatio
Private Sub AddinInstance_OnConnection(ByVal Application As Object, ByVal ConnectMode As AddInDesignerObjects.ext_ConnectMode, ByVal AddInInst As Object, custom() As Variant
Set olApp = Applicatio
...
When I install and run the add-in, I get the error message
"Run-time error '459'
Object or class does not support the set of events
Any help
Selgin
thanks
Selgin