[shell-coding] Re: Vista System tray implementation
- From: ilmcuts <ilmcuts@xxxxxxx>
- To: shell-coding@xxxxxxxxxxxxx
- Date: Wed, 14 Jan 2009 19:02:17 +0100
Hi,All known Vista fixes apply to Windows 7. There's a reason it's really just Windows NT 6.1 (Vista was 6.0).
As far as the new APIs concern ITaskbarList3, I have a good idea of how to handle it. An undocumented message is sent to Shell_TrayWnd, to which you return another HWND. Further messages are then sent to that window (this was the case on XP anyway, I haven't checked on Vista or Win7. But I doubt it has changed. I have the message number somewhere if you're interested).
-ilmcuts __________________________________________________ Subscription options and archive: http://www.freelists.org/list/shell-coding
- References:
- [shell-coding] Vista System tray implementation
- From: Shaun Barlow
- [shell-coding] Re: Vista System tray implementation
- From: Ravi/Shell-Shocked
- [shell-coding] Re: Vista System tray implementation
- From: Neil Santos
- [shell-coding] Re: Vista System tray implementation
- From: Jeremy
- [shell-coding] Vista System tray implementation
Other related posts:
- » [shell-coding] Vista System tray implementation - Shaun Barlow
- » [shell-coding] Re: Vista System tray implementation - Ravi/Shell-Shocked
- » [shell-coding] Re: Vista System tray implementation - Neil Santos
- » [shell-coding] Re: Vista System tray implementation - Jeremy
- » [shell-coding] Re: Vista System tray implementation - ilmcuts
- » [shell-coding] Re: Vista System tray implementation - ilmcuts
- » [shell-coding] Re: Vista System tray implementation - Karl-Henrik Henriksson [qwilk]
- » [shell-coding] Re: Vista System tray implementation - Richard Stirling