I have created an addin which is working OK . I have
created a propertypage activex form which gets activated
in the event OptionPageAdd of my addin. This page is also
working ok , but i am not able to set the title of my
propertytab page . It is shown as 'UNTITLED' . I am using
pages.add(mypropertypage,"MY TITLE")
what could be going wrong and how do i correct it?
please advise.
thanks
Does this work any better?
pages.add mypropertypage,"MY TITLE"

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> I have created an addin which is working OK . I have
> created a propertypage activex form which gets activated
[quoted text clipped - 8 lines]
>
> thanks
joberoi - 28 May 2004 10:35 GMT
sorry!! i did not tell you that i am using OL2000 and
writing addin using VB.net
it just does not work.
joberoi
>-----Original Message-----
>Does this work any better?
[quoted text clipped - 14 lines]
>
>.
Ken Slovak - [MVP - Outlook] - 28 May 2004 14:38 GMT
I can't help you with VB.NET, I never use .NET languages to program Outlook.
See if any of the information at
http://www.microeye.com/resources/res_outlookvsnet.htm helps.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> sorry!! i did not tell you that i am using OL2000 and
> writing addin using VB.net
> it just does not work.
>
> joberoi