1

I have an application that I am writing in C#. The application has two forms, call them Form A and Form B. I want to display Form A on the monitor, while Form B is being displayed on a secondary output (such as a TV screen). Does anyone have any idea what I need to do to setup Form B to display to the secondary output? Do I need to do anything at the Application level?

Thanks,

Doug

user2970381
  • 93
  • 3
  • 11

1 Answers1

2

Enumerate the set of monitors to find the size and offset of each within the virtual screen space. Then move your forms to the appropriate coordinates.

Community
  • 1
  • 1
TypeIA
  • 16,916
  • 1
  • 38
  • 52