A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Launching a webpage inside Outlook programmically



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 2nd 06, 06:17 AM posted to microsoft.public.outlook.program_addins
Thaddaeus Parker
external usenet poster
 
Posts: 17
Default Launching a webpage inside Outlook programmically

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  
Old May 2nd 06, 01:16 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Launching a webpage inside Outlook programmically

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  
Old May 2nd 06, 04:14 PM posted to microsoft.public.outlook.program_addins
Rog
external usenet poster
 
Posts: 62
Default Launching a webpage inside Outlook programmically

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  
Old May 2nd 06, 04:34 PM posted to microsoft.public.outlook.program_addins
Thaddaeus Parker
external usenet poster
 
Posts: 17
Default Launching a webpage inside Outlook programmically

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
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 02:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.