![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have searched for the ability to launch a external web page inside of
Outlook, including Sue Mosher's book, but it seems that I can't seem to find a good example. Can someone be kind enough to point me in the right direction? What I am trying to do is when a user clicks one of my command bar buttons an external web page displays in where normally you would see the email message or task or calendar views. Thanks, Thaddaeus. |
Ads |
#2
|
|||
|
|||
![]()
From http://www.outlookcode.com/d/tips/formhyperlink.htm:
set objWeb = _ Application.ActiveExplorer.CommandBars.FindControl (26, 1740) objWeb.text = "http://www.microsoft.com" -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Thaddaeus Parker" wrote in message ... I have searched for the ability to launch a external web page inside of Outlook, including Sue Mosher's book, but it seems that I can't seem to find a good example. Can someone be kind enough to point me in the right direction? What I am trying to do is when a user clicks one of my command bar buttons an external web page displays in where normally you would see the email message or task or calendar views. Thanks, Thaddaeus. |
#3
|
|||
|
|||
![]()
You can add the folder as you normally would and then you can do the
following (C#): webFolder.WebViewURL = url; webFolder.WebViewOn = true; Hope that helps. Rog Thaddaeus Parker wrote: I have searched for the ability to launch a external web page inside of Outlook, including Sue Mosher's book, but it seems that I can't seem to find a good example. Can someone be kind enough to point me in the right direction? What I am trying to do is when a user clicks one of my command bar buttons an external web page displays in where normally you would see the email message or task or calendar views. Thanks, Thaddaeus. |
#4
|
|||
|
|||
![]()
Great this is what I was looking for.
Thanks! "Rog" wrote in message ... You can add the folder as you normally would and then you can do the following (C#): webFolder.WebViewURL = url; webFolder.WebViewOn = true; Hope that helps. Rog Thaddaeus Parker wrote: I have searched for the ability to launch a external web page inside of Outlook, including Sue Mosher's book, but it seems that I can't seem to find a good example. Can someone be kind enough to point me in the right direction? What I am trying to do is when a user clicks one of my command bar buttons an external web page displays in where normally you would see the email message or task or calendar views. Thanks, Thaddaeus. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Calendar - Save as Webpage | Ian Sanders | Outlook and VBA | 2 | March 17th 06 06:56 PM |
How to change fonts when saving Outlook calendar as webpage | Lib-help | Outlook - Calandaring | 0 | March 9th 06 09:31 PM |
automatically launching a script when contacts changed | [email protected] | Outlook - Using Contacts | 4 | March 2nd 06 09:32 PM |
Play .wav file inside outlook? | John Girard | Outlook - General Queries | 1 | February 16th 06 08:45 AM |
Odd issue with Outlook-hosted webpage tooltips. | [email protected] | Outlook - General Queries | 4 | January 9th 06 07:33 PM |