After spending some time Googling and MSDNing, I must say I have been unable to find pointers towards attaching a dynamic tooltip to a NotifyIcon instance.
The following code:
Code:
toolTip1.SetToolTip(Me.NotifyIcon_RealmTray, "Foobaz!")
Generates this error:
Error 1 Value of type 'System.Windows.Forms.NotifyIcon' cannot be converted to 'System.Windows.Forms.Control'. D:\Documents and Settings\xander\My Documents\Visual Studio 2005\Projects\RealmTray\RealmTray\MainForm.vb 136 29 RealmTray

So this is obviously not the way to go. However, what *is* the Right Way (tm) and could someone point me in the general direction, please?

Basically I want to have a nice little tooltip to popup whenever a user hovers over the system tray icon which contains some info regarding the status of one or more servers that are being monitored.

Thanks in advance,
Mightor