How do I find what screen the application is running on in C#

前端 未结 5 556
一生所求
一生所求 2020-12-11 06:05

How do I determine what screen my application is running on?

5条回答
  •  时光说笑
    2020-12-11 06:46

    Take a look at these links:

    • MFC program for multiple monitors
    • Original MSDN article for multiple monitors

    These are in WinAPI. There may be .NET multiple monitor libraries/api calls, but if not, with these you can write your own.

提交回复
热议问题