Is it possible to render a .NET window (or a bunch of controls) in a windowed DirectX frame?
What I want to do is to protect some sensitive data against screenscraping / spyware by having it render in a DirectX instance, to make it immune against the screencapturing API the OS provides.
Is this even possible? Can anyone point me in the right direction?
Reinout