A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

popup balloon on process



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 16th 08, 08:11 PM posted to microsoft.public.outlook.program_vba
vonClausowitz
external usenet poster
 
Posts: 29
Default popup balloon on process

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  
Old June 17th 08, 02:09 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default popup balloon on process

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  
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
  #4  
Old June 18th 08, 01:55 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default popup balloon on process

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  
Old June 18th 08, 04:20 PM posted to microsoft.public.outlook.program_vba
vonClausowitz
external usenet poster
 
Posts: 29
Default popup balloon on process

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  
Old June 19th 08, 02:11 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default popup balloon on process

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT +1. The time now is 11:38 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.