Question

This is basically a scoping question, where would I look for the facility to render window contents to 3d surfaces and manipulate them? I mean can I have a program like a shell that composites live windows in 3d like the Vista DWM's 3d Task Switcher and can translate UI interactions back into 2d interactions for each window?

I've seen mention of DWM extensions here and there on the web but can't find any resources as to how that would work. Also there are guides to implementing DWM Thumbnails by relating two windows' HWNDs but that doesn't allow me to do arbitrary transforms on the window and is display only (you can't click on stuff in the thumbnail.)

Any ideas?

Was it helpful?

Solution

There is no interface for manipulating the DWM's 3D visuals. They are internal to the DWM.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top