Add-IN Property Page

L

Lorenzo Gonzalez

I have created an add-in that adds a property page to the
Tools/Options menu. When ever I pick Tools, and then
Options, the property page tab shows up but the tab is
empty. The controls, text box and command buttons, are
there but they are not visible. Is there something that
I need to do to get them to show up.

Any help is greatly appreciated.

Lorenzo
 
T

Tom Rizzo [MSFT]

Have you built your form with them in the lower-right or somewhere else on
the screen? The tab doesn't show your entire form, only from the upper-left
to a certain size. If you made the form huge and put everything to the
right or on the bottom, you could see this happen.

Tom
 
K

Ken Slovak - [MVP - Outlook]

To add to what Tom said, anything over 5400 twips from the top of a
property page UserControl will be clipped by Outlook when it displays
the property page.

Are you sure that every control type is available on the machine where
you are testing your code? Is the property page OCX installed and
registered on that machine?




Tom Rizzo said:
Have you built your form with them in the lower-right or somewhere else on
the screen? The tab doesn't show your entire form, only from the upper-left
to a certain size. If you made the form huge and put everything to the
right or on the bottom, you could see this happen.

Tom

--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp

This posting is provided "AS IS" with no warranties, and confers no
rights.
 

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