P
pregis
I recently learned how to measure the bounds of the primary screen by using;
Dim w As Integer = Screen.PrimaryScreen.Bounds.Width
Dim h As Integer = Screen.PrimaryScreen.Bounds.Height
I have to additional questions if anyone is willing to help. How would I..
1) Determine which of two monitors was set as the Primary or (1) monitor and..
2) What the bounds of the second monitor or extended desktop are?
Thank you very much for considering these questions.
Patrick
Dim w As Integer = Screen.PrimaryScreen.Bounds.Width
Dim h As Integer = Screen.PrimaryScreen.Bounds.Height
I have to additional questions if anyone is willing to help. How would I..
1) Determine which of two monitors was set as the Primary or (1) monitor and..
2) What the bounds of the second monitor or extended desktop are?
Thank you very much for considering these questions.
Patrick