View Single Post
  #4  
Old July 1st 08, 05:00 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default popup balloon on saving email attachments

It has nothing to do with Outlook. It depends on your development platform.

For VBA you'd use a VBA UserForm, for .NET code you'd use a Windows Form,
for unmanaged code you'd use a form provided by your development
environment.

You'd show the form when you want, set a timer control to fire after an
interval you select, and when the timer fires you close your form.

--
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
...
snip
How do you do this in Outlook?

Marco


Ads