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

POPUP IE WINDOW



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 22nd 08, 02:22 PM posted to microsoft.public.outlook.program_addins
malar
external usenet poster
 
Posts: 2
Default POPUP IE WINDOW

We have created an outlook addin, in which clicking a button an IE window is
popped up. We use the InternetExplorer.Navigate2() method to popup the new
window which is present in the Interop.SHDocVw dll. The window opens "always
on top" with Outlook 2003 and IE6 or 7 provided the Microsoft Outlook 11.0
object library (9.2) .

We are in the process of migration to Outlook 2007 and we included Microsoft
Outlook 12.0 object library 12.0.4518.1014 to build the solution. No code
change on the Navigation part. But we see a different behaviour. Its always
displayed as minimized blinking window in the taskbar. The end users have to
explicitly click the minimized tab to bring the window to the foreground.



Here is the code sample



Private Sub btnAttachToDIAMSXe_Click(ByVal ctrl As CommandBarButton, ByRef
cancel As Boolean)

....................

Dim ieCtrl As New InternetExplorer

....................

....................

....................

ieCtrl.Navigate2("http://localhost/....", 1, "DIAMSXe External
Interface", postData, postHeader)

ieCtrl.Visible = True

....................

End Sub



Does anyone have any idea why the popup window appears minimized with the
Office 2007 and IE7 combination ? or is there a better way of

popping up a window through outlook addins.

Ads
  #2  
Old December 22nd 08, 03:02 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default POPUP IE WINDOW

Answered previously. Try looking for responses to your posts before you post
the same question again.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"malar" wrote in message
...
We have created an outlook addin, in which clicking a button an IE window
is
popped up. We use the InternetExplorer.Navigate2() method to popup the new
window which is present in the Interop.SHDocVw dll. The window opens
"always
on top" with Outlook 2003 and IE6 or 7 provided the Microsoft Outlook 11.0
object library (9.2) .

We are in the process of migration to Outlook 2007 and we included
Microsoft
Outlook 12.0 object library 12.0.4518.1014 to build the solution. No code
change on the Navigation part. But we see a different behaviour. Its
always
displayed as minimized blinking window in the taskbar. The end users have
to
explicitly click the minimized tab to bring the window to the foreground.



Here is the code sample



Private Sub btnAttachToDIAMSXe_Click(ByVal ctrl As CommandBarButton, ByRef
cancel As Boolean)

....................

Dim ieCtrl As New InternetExplorer

....................

....................

....................

ieCtrl.Navigate2("http://localhost/....", 1, "DIAMSXe External
Interface", postData, postHeader)

ieCtrl.Visible = True

....................

End Sub



Does anyone have any idea why the popup window appears minimized with the
Office 2007 and IE7 combination ? or is there a better way of

popping up a window through outlook addins.


  #3  
Old December 22nd 08, 04:53 PM posted to microsoft.public.outlook.program_addins
TMJNSK
external usenet poster
 
Posts: 6
Default POPUP IE WINDOW

Sorry for re-post.
 




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
Popup Window feature Maurice Outlook - General Queries 1 December 20th 08 06:02 AM
popup IE window from outlook 12.0 TMJNSK Outlook - General Queries 1 December 18th 08 08:42 PM
OE Send/Receive popup window helpme2pc Outlook Express 12 April 23rd 08 01:28 PM
JUNK MAIL WINDOW WON'T POPUP Rick Kennedy Outlook - General Queries 2 October 11th 07 08:26 PM
problem with select name popup window Harender Outlook - Using Contacts 1 September 27th 07 10:30 AM


All times are GMT +1. The time now is 08:34 AM.


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.