![]() |
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
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
That code is only for when the mouse hovers over a system tray icon. It
won't do what you want unless you rewrite it from scratch and somehow create a window with the desired transparency. The message hook would be completely irrelevant. -- 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 Would something like this work in Outlook? http://vbnet.mvps.org/index.html?cod...ontiptimed.htm Marco |
#5
|
|||
|
|||
![]()
On 18 jun, 14:55, "Ken Slovak - [MVP - Outlook]"
wrote: That code is only for when the mouse hovers over a system tray icon. It won't do what you want unless you rewrite it from scratch and somehow create a window with the desired transparency. The message hook would be completely irrelevant. -- 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 Would something like this work in Outlook? http://vbnet.mvps.org/index.html?cod...ifyballoontipt... Marco Of course I would leave the form out and only use the code in the bas. I just need to call the balloon when new email attachments have been saved. It would then automatically clear after 7 secs or when someone click the balloon. Is there another way to do this? Marco |
#6
|
|||
|
|||
![]()
There are probably many ways to do what you want, I've used 3rd party
controls which are already debugged and don't take a lot of time to program and set up from scratch. -- 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 Of course I would leave the form out and only use the code in the bas. I just need to call the balloon when new email attachments have been saved. It would then automatically clear after 7 secs or when someone click the balloon. Is there another way to do this? Marco |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pop-up window or balloon may be?.. | [email protected] | Add-ins for Outlook | 1 | November 24th 07 09:13 PM |
Disable Outlook 2003 connectivity balloon through GPO | [email protected] | Outlook - General Queries | 1 | April 8th 07 01:59 PM |
Reversing a process.... | Carmen Gauvin-O'Donnell | Outlook - Using Contacts | 6 | January 30th 07 06:58 PM |
Access Outlook from process other than Outlook process | Wassim Dagash | Add-ins for Outlook | 2 | January 16th 07 06:28 PM |
Turn balloon display on/off for Outlook | Maurice | Outlook - General Queries | 1 | August 9th 06 02:03 AM |