Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
184 views
in Technique[技术] by (71.8m points)

c# - System Tray Icon - Extract the text for all processes

I need to create a list of processes that have System Tray icons and extract the text displayed when you hover over them.

I found a solution that allows me to create a list of all icon texts:

Trouble implementing code example using PInvoke Declarations

But unfortunately I have a big problem how to make the icon associated with the process. Something like:

Name of process | PID | Icon text

Icon text: explorer.exe | 2544 | tray hover text

Is anyone able to help me and direct me how to solve this? Thank you very much in advance.

question from:https://stackoverflow.com/questions/65917227/system-tray-icon-extract-the-text-for-all-processes

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...