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

Web page in Outlook window



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 3rd 08, 02:44 PM posted to microsoft.public.outlook.program_addins
satishsuman
external usenet poster
 
Posts: 4
Default Web page in Outlook window

I am trying for get a web page on outlook window( main screen). Like Linked
in Addin does, when we click linked in button.

I dont know how to start for that.
I know how to create COM Addin. Any one can suggest any refernce?
  #2  
Old April 3rd 08, 03:25 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Web page in Outlook window

Take a look in the Outlook developer documentation at the MAPIFolder.WebViewURL and WebViewOn properties.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"satishsuman" wrote in message ...
I am trying for get a web page on outlook window( main screen). Like Linked
in Addin does, when we click linked in button.

I dont know how to start for that.
I know how to create COM Addin. Any one can suggest any refernce?

  #3  
Old April 4th 08, 01:15 PM posted to microsoft.public.outlook.program_addins
satishsuman
external usenet poster
 
Posts: 4
Default Web page in Outlook window

Thanx Sue.

I am doing it in vc++/ATL without MFC.
I tried it and now I am able to fetch the page in any of existing folder
(eg. Contacts, inbox etc.).
But, I want to create it but without creating any (or using existing) folder.

Is there a method for that?

Regards
Satish

  #4  
Old April 4th 08, 01:22 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Web page in Outlook window

You can display a web page in the built-in browser in Outlook by using CommandBars techniques to invoke the address control on the Web toolbar. Here's a VBA snippet for you to adapt:

set objWeb = _
Application.ActiveExplorer.CommandBars.FindControl (26, 1740)
objWeb.text = strURL

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"satishsuman" wrote in message ...
Thanx Sue.

I am doing it in vc++/ATL without MFC.
I tried it and now I am able to fetch the page in any of existing folder
(eg. Contacts, inbox etc.).
But, I want to create it but without creating any (or using existing) folder.

Is there a method for that?

Regards
Satish

  #5  
Old April 7th 08, 06:56 AM posted to microsoft.public.outlook.program_addins
satishsuman
external usenet poster
 
Posts: 4
Default Web page in Outlook window

Wow.. its working fine..
thanx a lot..

what do the values 26, 1740 indicates ?

regards
satish
  #6  
Old April 7th 08, 03:53 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Web page in Outlook window

If you look up the FindControl method in Outlook developer help, you'd see that those are parameters that specify the type and ID of a control.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"satishsuman" wrote in message ...
Wow.. its working fine..
thanx a lot..

what do the values 26, 1740 indicates ?

regards
satish

 




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
modal dialog, center outlook window, disable outlook window J.P. Outlook - Using Forms 4 May 2nd 08 02:38 AM
main contact page to be the first page I see when I open outlook JLebron Outlook - General Queries 1 September 25th 06 06:40 PM
Outlook Contacts "By Company" keep same page when switching window RAGinSanDiego Outlook - Using Contacts 0 June 5th 06 10:00 PM
how to restart a new window IE6 screen with out lose old IE6 web page, afbosch Outlook Express 2 March 7th 06 07:41 AM
why can't you add a page to a form just like you can add a page to the property page donald Outlook - Using Forms 2 January 25th 06 10:50 AM


All times are GMT +1. The time now is 12:31 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.