Thread: MsgBox Hidden
View Single Post
  #2  
Old April 5th 07, 08:40 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default MsgBox Hidden

That's odd behaviour for a dialog! It shouldn't be happening, but the only
way to control this is via methods like SetForeGroundWindow or SetWindowPos
via the Win32 API:

SetWindowPlacement Function:
http://msdn.microsoft.com/library/en...asp?frame=true

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Lionel H" wrote:

I have recently upgraded from Office 2000 to 2003.
I have an ItemSend event handler that reminds me to attach attachments and
fill in the summary line if I click send without doing so. At Office2000, the
MsgBox used always to appear "on top of " the window containing the mail
item. In Outlook 2003 the MsgBox is now put "underneath" this window leaving
me thinking my system has frozen. Is there any way to force a MsgBox to the
"top of the pile"?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm....program_v ba

Ads