Full screen display with two monitors.

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

+1


a source to share


1 answer


Yes, you need to stretch it across two monitors, or use a graphics card that can handle it at the driver level. I know any latest NVidia cards can do this.



0


a source







All Articles