Hi,
a few months ago, I've helped Kevin with a small issue in his great 3D screen activator application so I already started to get a few tiny "insights" in how this technique works.
But first of all I need to tell you that it might be easier to take a look at general Direct3D programming because Toshiba added support for NVidia's stereoscopic driver and therefore, every Direct3D application should be able to use the glasses free display without any specific additions. Just enable it in the NV control panel and try again. For me, this works with (theoretically) every application I've tried.
If you want to go "the other way", take a look inside the SuperD folder on your system. There is an ActiveX-Server (.exe) which can be referenced to, for example, using VB.net or c#. Basically, you define a region (rect) on your display and tell the component, how the 3D image has been set up (side-by-side, ...). Then, the SuperD driver starts rendering this area in 3D. That's how the screen activator works...
Just try a little bit
