Re: preventing animation when minimizing a window
- From: "NL" <nl@xxxxxxx>
- Date: Fri, 6 May 2005 14:58:47 -0700
Hi James,
thanks for the reply. So when I call a form's .Hide() method, it also
disappears from the taskbar. How do I go about keep it visible in the
taksbar? (Is this what you meant by "placing an icon in the notification
area"?)
TIA,
Norvin
"James Curran" <jamescurran@xxxxxxxx> wrote in message
news:ehmhqCnUFHA.1148@xxxxxxxxxxxxxxxxxxxxxxx
> As far as I know, it can only be specified at the system level for all
> windows, but by each app individually.
>
> What you can do is intercept the minimize event, and hide the window
> instead, placing an icon in the notification area.
>
> --
> --
> Truth,
> James Curran
> [erstwhile VC++ MVP]
>
> Home: www.noveltheory.com Work: www.njtheater.com
> Blog: www.honestillusion.com Day Job: www.partsearch.com
>
> "NL" <nl@xxxxxxx> wrote in message
> news:OKOSpzkUFHA.580@xxxxxxxxxxxxxxxxxxxxxxx
> > Hi,
> >
> > Does anybody know how to turn off the animation Windows does with a
window
> > as it's minimized/maximized to the taskbar?
> >
> > I have an app which, when minimized, syncs to any other open instances
of
> > the app and tells them to minimize. If I have more than a couple
instances
> > open, the user ends up waiting quite a while for all of windows to
> minimize,
> > since each minimizing animation is done consecutively and not in
parallel.
> >
> > I would rather have the window disappear immediately.
> >
> > TIA,
> > Norvin
> >
> >
>
>
.
- Follow-Ups:
- Re: preventing animation when minimizing a window
- From: James Curran
- Re: preventing animation when minimizing a window
- References:
- preventing animation when minimizing a window
- From: NL
- Re: preventing animation when minimizing a window
- From: James Curran
- preventing animation when minimizing a window
- Prev by Date: Re: Implicit overloads, non static
- Next by Date: Re: Implicit overloads, non static
- Previous by thread: Re: preventing animation when minimizing a window
- Next by thread: Re: preventing animation when minimizing a window
- Index(es):
Relevant Pages
|