PC Review


Reply
Thread Tools Rate Thread

how to add a property page to the tools->options dialog (Outlook 2k, XP) using VB6

 
 
Christoph Guentner
Guest
Posts: n/a
 
      11th Jan 2004
Hi,

I want to add a property page to the tools->options dialog in outlook xp
using VB6.
I have done an COMAddIn. That works fine.
I have added a property page in my VB6 project.
And I have read that I can add my prop page in the function OptionsPagesAdd,
but how???

Here part of the example code from the help:

Private Sub OutlApp_OptionsPagesAdd(ByVal Pages As Outlook.PropertyPages)
Dim myPage As Object
Set myPage = CreateObject("PPE.CustomPage")
Pages.Add myPage
End Sub

But what do I write instead of
Set myPage = CreateObject("PPE.CustomPage")
to get my prop page added?

I have added my prop page in my vb project with the name myproppage, but
Set myPage = myproppage 'does not work
Thanks for any hint.

Regards,
Christoph



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for a Tools-Options dialog example Bradford Microsoft Dot NET Framework Forms 4 21st Mar 2005 05:58 PM
Tools>Options dialog box KD Microsoft Excel Crashes 0 25th Nov 2004 09:26 AM
IE internet tools options dialog Bill Q Windows XP Internet Explorer 1 4th Feb 2004 11:22 PM
how to add a property page to the tools->options dialog (Outlook 2k, XP) using VB6 Christoph Guentner Microsoft Outlook VBA Programming 1 12th Jan 2004 03:39 PM
Adding property page to Outlook Tools/Options Sunny Microsoft Outlook Program Addins 1 5th Aug 2003 02:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:05 AM.