![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I'm just starting out with VBA in Outlook, but, is there any way to create a
desktop alert, similar to the one that pops up when new mail comes in? |
Ads |
#2
|
|||
|
|||
![]() In principle, yes. You might add a UserForm to your project and show that with: UserForm.Show False -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Synchronize Color Categories & Ensure that Every Item Gets Categorized: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Mon, 5 Nov 2007 10:33:01 -0800 schrieb bzuerlein: I'm just starting out with VBA in Outlook, but, is there any way to create a desktop alert, similar to the one that pops up when new mail comes in? |
#3
|
|||
|
|||
![]()
I started working on a UserForm for this, but, is there any way to make it
act like the desktop alert, where it will appear (without taking focus) and then disappear after a set amount of time? "Michael Bauer [MVP - Outlook]" wrote: In principle, yes. You might add a UserForm to your project and show that with: UserForm.Show False -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Synchronize Color Categories & Ensure that Every Item Gets Categorized: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Mon, 5 Nov 2007 10:33:01 -0800 schrieb bzuerlein: I'm just starting out with VBA in Outlook, but, is there any way to create a desktop alert, similar to the one that pops up when new mail comes in? |
#4
|
|||
|
|||
![]() You can close it by using a timer. Here's a sample for the timer: http://www.vboffice.net/sample.html?...showitem&pub=6 Not sure if this works but you might try to set the focus back to the ActiveExplorer or ActiveInspector. Both have an Activate method. If not Outlook but any other application has the focus before displaying your UserForm then you're probably lost. A lot of Win32 API were necessary to work around that; no stuff for beginners. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Synchronize Color Categories & Ensure that Every Item Gets Categorized: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Wed, 7 Nov 2007 17:05:00 -0800 schrieb bzuerlein: I started working on a UserForm for this, but, is there any way to make it act like the desktop alert, where it will appear (without taking focus) and then disappear after a set amount of time? "Michael Bauer [MVP - Outlook]" wrote: In principle, yes. You might add a UserForm to your project and show that with: UserForm.Show False -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Synchronize Color Categories & Ensure that Every Item Gets Categorized: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Mon, 5 Nov 2007 10:33:01 -0800 schrieb bzuerlein: I'm just starting out with VBA in Outlook, but, is there any way to create a desktop alert, similar to the one that pops up when new mail comes in? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
delay the desktop alert for new email | jamesd | Outlook - General Queries | 1 | May 5th 07 11:16 AM |
How do i create a rule for desktop alert? | Sarah | Outlook - General Queries | 0 | January 5th 07 02:39 PM |
Multiple mailbox desktop alert | Jessica | Outlook - Installation | 1 | December 24th 06 04:29 AM |
Desktop Alert Pop Up | Eric | Outlook - Installation | 2 | December 12th 06 09:46 AM |
Can the Desktop Alert be sticky? | plh | Outlook - General Queries | 2 | May 18th 06 06:28 AM |