1
Answer

How to make NotifyIcon display itself

Photo of Mykonine

Mykonine

20y
4k
1
I am making a program that runs with an icon in the system tray. I want the program to force the NotifyIcon control to display its text contents. How would I do this?

Answers (1)

0
Photo of Mykonine
NA 520 0 20y
I should probably make myself clearer: When you put your mouse over the icon a certain text is displayed. I want to programmatically force that same box with text to display without requiring the user to hover the mouse over the icon. Basically an alert.