T
tomer
Hi,
I am trying to handle changes in my add in preferences.
In order to to that,i added a property page to OPTION property pages
collection,
The property page is an OCX which Raise OnChange() event
In the add-in i am trying to do something like this:
public WithEvents m_PropPage as PropPage.Prop
Private Sub objOutlook_OptionsPagesAdd(ByVal Pages As Outlook.PropertyPages)
Set m_PropPage = CreateObject("PropPage.Prop") '***********Here i get Type
Mismatch*************
end sub
Is there any other way to immediately resposne to changes in the custom
property page
thanks in advance
I am trying to handle changes in my add in preferences.
In order to to that,i added a property page to OPTION property pages
collection,
The property page is an OCX which Raise OnChange() event
In the add-in i am trying to do something like this:
public WithEvents m_PropPage as PropPage.Prop
Private Sub objOutlook_OptionsPagesAdd(ByVal Pages As Outlook.PropertyPages)
Set m_PropPage = CreateObject("PropPage.Prop") '***********Here i get Type
Mismatch*************
end sub
Is there any other way to immediately resposne to changes in the custom
property page
thanks in advance