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.
> I have created an add-in that adds a property page to the
> Tools/Options menu. When ever I pick Tools, and then
[quoted text clipped - 6 lines]
>
> Lorenzo
Ken Slovak - [MVP - Outlook] - 24 Feb 2004 16:05 GMT
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?

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> 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
[quoted text clipped - 8 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.