kevinrich47
kevinrich47

Reputation: 1

how to implement windows 7/vista window flip on windows xp?

I have try using DirectX to capture and rotate output, but the output effect is static, not like in windows 7 win+tab.

Upvotes: 0

Views: 320

Answers (2)

Yoosuf
Yoosuf

Reputation: 892

Well I have not personally tested it, but there is a software called WinFlip. Once you download and run that exe file, the windows flip (windows+tab) should work like in windows 7 or vista

http://winflip.stylekings.de/

Upvotes: 1

In silico
In silico

Reputation: 52159

If you're talking about making it so that the windows in the "Flip" mode dynamically update as the applications redraw, then what you ask for is not possible in Windows XP.

Applications on Windows XP draw directly onto the screen, while applications on Windows Vista/7 draw on a compositing engine called Aero (if it is enabled). Since Aero captures all graphical output from the applications, it is able to update the preview windows in Windows Flip.

Upvotes: 1

Related Questions