--- In [email protected], "brucexs" <bswit...@...> wrote:
>
>
>
> --- In [email protected], "swzoh" <seanzoh@> wrote:
> >
> > --- In [email protected], "S" <hypersam.tw@> wrote:
> > >
> > > the round little flag can not be hidden by Powerpro.
> > > How can I hide it, please.
> > >
> >
> > The start button is no longer a child window of the taskbar in Win7. It's
> > now a top-level window with the classname Button and the title Start or
> > similar (:locale dependent).
> >
> Can you let me know the exact label, class, and the class of the parent (is
> it the same as xp desktop window). The I should be able to add hide.
>
It's now an owned window of the taskbar.
Title: locale-variant of "Start", so may not be useful.
Class: Button
Parent: #32769
Owner: Shell_TrayWnd
As it's rare that the button is the top-level window on its own, I tried the
following in my Win7 x64 and worked:
win.hide("c=Button,&,=explorer")
To be safer, may better add also the Title after retrieving the
locale-dependent string resource for it, but I've never bothered about it.