Tray Icon

H

Herfried K. Wagner [MVP]

Is there a way to have a ballon pop up if you mouse over a tray icon?

Check out the NotifyIcon component and its methods, properties, and events.
 
M

Miro

I pulled this from an old post - I havnt used it yet, but I pulled it cause
ill need it.

notifyIcon1.BalloonTipTitle = "Balloon Tip Title"
notifyIcon1.BalloonTipText = "Balloon Tip Text."
notifyIcon1.BalloonTipIcon = ToolTipIcon.Error

notifyIcon1.ShowBalloonTip(30) 'Shows the ballon tip for 30
milliseconds

Hope it helps.

Miro
 

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