M
Marius
Hello NG,
I have the follow problem:
I made an Addin with VB 6.0. My Outlook version is 2003 and 2002.
I have insert an PropertyPage and add
Private Sub Application_OptionsPagesAdd(ByVal Pages As Outlook.PropertyPages)
Pages.Add "Test.PropertyPage1", "Testpage"
End Sub
Now the Page was shown in the Option Dialog but I can't open it.
In the PropertyPage I add "Implements Outlook.PropertyPage"
I want to compile an ActiveX -dll.
What I have forgott? Can anybody help me?
Thank you.
Sincerely,
Marius
I have the follow problem:
I made an Addin with VB 6.0. My Outlook version is 2003 and 2002.
I have insert an PropertyPage and add
Private Sub Application_OptionsPagesAdd(ByVal Pages As Outlook.PropertyPages)
Pages.Add "Test.PropertyPage1", "Testpage"
End Sub
Now the Page was shown in the Option Dialog but I can't open it.
In the PropertyPage I add "Implements Outlook.PropertyPage"
I want to compile an ActiveX -dll.
What I have forgott? Can anybody help me?
Thank you.
Sincerely,
Marius