开发者

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

开发者 https://www.devze.com 2023-01-14 19:56 出处:网络
I have try using DirectX to开发者_开发百科 capture and rotate output, but the output effect is static,

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


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.


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消