Outlook Addin with PropertyPage

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
 
K

Ken Slovak - [MVP - Outlook]

Does your ActiveX control also handle Outlook.PropertyPageSite? Did you
compile it as an ActiveX control? Any errors?
 
M

Marius

Hello,

thank you for an answer.
I have add in my ActiveX-Dll an PropertyPageSite, but I won't make an *.ocx.
I want to make an *.dll.

I this my error?

Sincerely,
Marius
 
K

Ken Slovak - [MVP - Outlook]

I believe it's possible to use an ActiveX DLL but I've never done so, so I
can't answer that. I've only used ActiveX OCX's for my property pates for
the last 8 years.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top