Re: Re: Vista DWM

"Antoine W. Campagna" <[email protected]> Mon, 26 Nov 2007 19:47:48 -0500
Newsgroups gmane.comp.windows.shells.litestep
Message-ID <[email protected]>
On 11/26/07, Antoine W. Campagna <AntoineW-/[email protected]> wrote:
>
> On 11/22/07, Xjill <[email protected]> wrote:
> >
> > ...
> > > Now, as the customizer/modder I am, I start thinking that this is
> > > something LS should be able to make use of. Not through the core of
> > > course, but through modules. Think taskbars and VWM: At the moment
> > > explorer does something LS does not, i.e. show previews of tasks when
> > > you hover them in the taskbar.
>
>
> A modification to show preview of windows in the taskbar module should be
> relatively easy to do. Code from MyExposé can be used to get the preview :
> http://blogs.labo-dotnet.com/simon/archive/2006/11/08/11485.aspx
>
> I might look into this, although I do not plan on having much free time
> for the next few weeks/months.
>
> Antoine
>
>
I just looked in that code and the magic happens with DwmRegisterThumbnail()

Details :
http://msdn2.microsoft.com/EN-US/library/aa969521.aspx

Antoine