Have an application functionaluty which has 4 forms which are needed to interact by the user by dragging data from these forms to one another
the main form is located in the MDI Parent and the rest are on their respective screen (3 other secondry screens)
At the moment i am testing using 2 screens but i get a very similar behavious when i run it on a 4 screened system.
For the 2 screen system:
form1 opens in primary screen (ie the MDI Parent)
form2 opens in 2nd screen
form3 opens in 1st screen (primary)
form 4opens in 2nd screen
for the 4 screened system:
form1 opens in primary screen (ie the MDI Parent)
form2 opens in 2nd screen
form3 opens in 1st screen (primary)
form 4opens in 2nd screen
When this feature is requested by the user, form1 opens
form1 has the following code which opens form2, form3, and form4 in their respective screens
following is the code in method called by
C#多屏时控制窗体显示在哪个显示器上
最新推荐文章于 2024-04-01 14:43:12 发布
