Notifyicon pop-up question.

M

MARTIN LANNY

Hi all,

I've got notifyicon (ntfSystemInfo) component on my form. It's
basically a system tray icon.
Whenever user puts his mouse over this icon it shows a textspecified
with this command:

ntfSystemInfo.Text = "blahblah"

My problem is that it shows only on mouseover.

My program works the way, that it updates the text of notifyicon in
certain user specified time periods.

I would like to automatically pop-up this text on system tray every
time the text updates. How can I do this?

I need something like msn messanger, to show little roll-up/popup (same
as if a new msn message came) and then after 1-2 seconds to hide it.

How to do this in vb.net?

Martin
 
H

Herfried K. Wagner [MVP]

MARTIN LANNY said:
I need something like msn messanger, to show little roll-up/popup (same
as if a new msn message came) and then after 1-2 seconds to hide it.

TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in
VB.NET too
<URL:http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp>

The Visual Basic .NET power pack includes such a component:

Introducing the Visual Basic .NET Power Pack
<URL:http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbpowerpack.asp>

A taskbar notifier is included in the Ghengis project:

<URL:http://www.genghisgroup.com/>
 

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

Top