OFF TOPIC - need help finding information about system tray

D

Dos-Man

Hello,

I'm writing the task-killer I've always wanted. I'm using EnumWindows()
or some other API function to get a list of all running windows on the
screen, but it doesn't show those that are running in the system tray.
Does anyone know which function to use to find out?

dos-man
 
T

Terry Russell

Dos-Man said:
Hello,

I'm writing the task-killer I've always wanted. I'm using EnumWindows()
or some other API function to get a list of all running windows on the
screen, but it doesn't show those that are running in the system tray.
Does anyone know which function to use to find out?

systray is sent messages what to add/remove it is just a cosmetic display
tray and taskbar process tabs are icons


windows aren't tasks tasks aren't windows

http://msdn.microsoft.com/library/

CreateToolhelp32Snapshot
 

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