Einzelnen Beitrag anzeigen

mr_emre_d
(Gast)

n/a Beiträge
 
#18

Re: How to enumerate all trayicons in the taskbar

  Alt 8. Feb 2009, 08:42
why don't you use the predefined messages ?

just try to get the informations by sending

--"TB_BUTTONCOUNT" (-> tells you how many "buttons" there are)
--"TB_GETBUTTON" (-> moves the information to the allocated memory in the same process)

to

Shell_TrayWnd .-> TrayNotifyWnd .-> SysPager .-> ToolbarWindow32

  Mit Zitat antworten Zitat