Tech Support > Microsoft Windows > Development Resources > subclass toolbar control on the task bar
subclass toolbar control on the task bar
Posted by Sue on May 1st, 2007


Hi,

I want to subclass the system tray toolbar on the task bar. I was able
to get the window handle of the toolbar using findwindow and
findwindowEx. But it fails to subclassing the toolbar within my hook
proc. The GetLastError error code is access denied. Is it true that I
can't subclass the system tray toolbar?


Similar Posts