View Single Post
  #3  
Old June 17th 08, 06:53 PM posted to microsoft.public.outlook.program_vba
vonClausowitz
external usenet poster
 
Posts: 29
Default popup balloon on process

On 17 jun, 15:09, "Ken Slovak - [MVP - Outlook]"
wrote:
You can use a form for that and pop it up and close it when a timer fires.
If you want something more like the Outlook toast then you need a third
party control from a vendor. I've seen controls like that in the CodeJock
set and I'm sure other vendors also offer similar controls.

--
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

"vonClausowitz" wrote in message

...

Hi All,


I would like to know if it is possible to have a popup balloon (like
when email is coming in)
to notify that a process has been run.
I have a code that checks when email comes in if it comes from user X,
if so the attachments
on the email(s) will be saved in folder Y. When this process is
completed I want to notify the
user with a popup balloon that stays up for say 8 seconds that the
process was completed and
n attachments saved in folder Y.


Marco


Would something like this work in Outlook?

http://vbnet.mvps.org/index.html?cod...ontiptimed.htm

Marco
Ads