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