views:

364

answers:

1

I'm working on a multi-monitor kiosk application that needs to run full-screen on both monitors. I'm using C# and the standard winforms library. I've used a full-screen method for a single monitor with success, but I don't know how to get it full screen on both monitors.

A: 

Aye, you need to stretch it accross two monitors or use a videocard that can handle that at a driver level. I know that any recent NVidia cards can do it.

JasonRShaver