Balloon message from the TrayIcon How-to?

  • Thread starter Thread starter Sam Learner
  • Start date Start date
S

Sam Learner

Hi Everyone,
I want to design a utility that will give the user some notification
messages similar to the way Outlook 2003 or the "Windows Updates
Notification" Notify users with a Balloon message that is animated at the
lower-Right corner of the Screen.
I am using VB.NET 2003
Is there a class already built-in that support this functionality?
If not, does anyone have some code samples that may help me develop this
functionality?

Please help... it is an important feature I want to implement.

thank you,
(e-mail address removed)
 
Sam Learner said:
I want to design a utility that will give the user some notification
messages similar to the way Outlook 2003 or the "Windows Updates
Notification" Notify users with a Balloon message that is animated at
the lower-Right corner of the Screen.
I am using VB.NET 2003
Is there a class already built-in that support this functionality?
If not, does anyone have some code samples that may help me develop this
functionality?

Hi Sam,

have a look at

http://msdn.microsoft.com/vbasic/?pull=/library/en-us/dv_vstechart/html/vbpowerpack.asp

"NotificationWindow"

This control maybe will fit your needs.

Cheers

Arne Janning
 
Thank you,
This is a very good start... I saw and read the article and I am glad that
this type of control exist...
However, I could not get to the download link.
any help would be appreciated...

Thanks again,
Samuel
 
* "Sam Learner said:
I want to design a utility that will give the user some notification
messages similar to the way Outlook 2003 or the "Windows Updates
Notification" Notify users with a Balloon message that is animated at the
lower-Right corner of the Screen.

See reply in the other group. Please don't multipost.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top