User Form Problems (No response - Please help)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have code which displays a user form when an item is sent (via the
_ItemSend method). On my laptop, the window appears on top of the item being
sent, however on other PC's the window does not. Rather in order to see the
user form, the user must switch to the Outlook application window. I did use

frmItemSendOptions.Show vbModal

to try and force the user form on type of the mail message but it doesn't
work.
Ideas?

OP SYS: Windows XP
 
I"m still curious as why the popup is the foremost window on my laptop, but
not on the PC's. All are running Windows XP SP-2.
 
Outlook 2003 SP2 on all machines. It frustrating because just like usual, it
works on the machine that it was developed on but not on the end-users.

FYI - Its code that automates requesting read/delivery receipts and printing
a copy based on the wether or not the email is intended for an external
recipiant. I'm serious thinking about converting it into a add-in to share.

David H
 
Back
Top