View Single Post
  #7  
Old January 13th 09, 07:15 PM posted to microsoft.public.outlook.program_forms
TMJNSK
external usenet poster
 
Posts: 6
Default IE popup in Outlook 12.0

Private Declare Function BringWindowToTop Lib "user32" (ByVal _
hwnd As Long) As Long

ieCtrl.Navigate2()
BringWindowToTop(ieCtrl.hwnd)

resolved this above issue...
Ads