One c# program control few display with directX ?

Started by
0 comments, last by Xeile 17 years ago
Hi all, My PC has two display cards. I want to control two display with one program. How to create two render with one program? Please give me good example. Best regards, [Edited by - briantsim on April 9, 2007 9:23:16 PM]
Advertisement
What you probably mean with a display card is a Graphical Card or 3D-card, right?

If so (sorry can't give you a tutorial or something), you can create a program which has 2 Microsoft.DirectX.Direct3D.Device instances. The first instance could use the first 3D-card as adapter and the second instance uses the next 3D-Card.

This way you have both covered. To give you a tip, lookup about Adapter ID.

Hope this helps,

Regards,

Xeile

This topic is closed to new replies.

Advertisement