I have two questions about NotifyIcon, one of which being:
How would I have the hover over text appear as what has been typed into my Label6.Text?
It does not display anything when I apply:
Me.notifyText.Text = Label6.Text
but, it displays this:
Me.notifyText.Text = "°F"
How can I get it to display whatever is located within Label6?
Second question:
Now that I have it figured out where I have my icon be the text from a given label as the icon itself (note that this is different from the above question, mouse hover over text) how do I make it continuously update? I.E., I have created a weather application that updates the given temperature every 10 minutes, and when minimized to the systray, it displays, for example 68 as the icon. When 10 minutes have passed, say the temperature has changed - how do I make it auto-refresh down in the systray to the new temperature?
Many thanks in advance!
-glj12
How would I have the hover over text appear as what has been typed into my Label6.Text?
It does not display anything when I apply:
Me.notifyText.Text = Label6.Text
but, it displays this:
Me.notifyText.Text = "°F"
How can I get it to display whatever is located within Label6?
Second question:
Now that I have it figured out where I have my icon be the text from a given label as the icon itself (note that this is different from the above question, mouse hover over text) how do I make it continuously update? I.E., I have created a weather application that updates the given temperature every 10 minutes, and when minimized to the systray, it displays, for example 68 as the icon. When 10 minutes have passed, say the temperature has changed - how do I make it auto-refresh down in the systray to the new temperature?
Many thanks in advance!
-glj12