Maximize form on both screens (dual screen monitor)

前端 未结 6 1163
春和景丽
春和景丽 2021-01-01 07:01

Iam looking for some hint or solution regarding following problem.

I have a .NET 2.0 WinForm dialog which operates in Dual Screen environment. The Working area is se

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-01 07:29

    Do not do it.

    Here we go: the behavior is as defined BY THE USER and the operating system. You should not override user wishes.

    Bonding of screens (to form one virtual screen) is possible with some hardware drivers (ATI comes to my mind for current cards, they call it EyeFinity).

    While I see the sense of it - in MOST cases it breaks user expectations of how the program would behave. And I say that as someone working with 3+ screens often ;) As in: using one program across all screens ;) I would NOT want that ;)

提交回复
热议问题