--- In [email protected], "brucexs" <bswit...@...> wrote:
>
> the focus off the desktop,
>
> I don't have access to Vista or Win7, but if you use exec windowinfo attached
> to a hot key to see what it shows in its tooltip as the program class when
> desktop is aero and active and mouse is over it. I could add programming to
> treat that as special case, if it is something unique and recognizable.
>
>
We can give it a try.
The wininfo for the Win7 Aero desktop
-------
3028c WorkerW
child=0x10100 id=0x1 SysListView32
-------
with no program name line at all.
Switching to the windows classic desktop produces
-------
Program Manager
100fc Progman
child=0x10100 id=0x1 SysListView32
-------
which is similar to what XP has to say.
Maybe that's enough info. Thanks