Drawing in a second screen in dualview

Hi,

I would want a particular feature for an application.

I have a NVIDIA video card with 2 outputs, where 2 screens (in fact one screen and one optical modulator) are connected. The video card is configured in dualview. In the primary screen I have the deskstop, with my application, and I want that the application draw in opengl in the second screen, in full screen.

How it is possible to do this ?

Thanks,

I am able to EnumDisplayDevices and EnumDisplaySettings of second screen, but what to do after ?

Fitting window rectangle in a specific monitor might be a start: Look for GetMonitorInfo in MSDN.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.