试试
Dim CurrentScreen As System.Windows.Forms.Screen = System.Windows.Forms.Screen.FromPoint(New System.Drawing.Point(System.Windows.Forms.Cursor.Position.X, System.Windows.Forms.Cursor.Position.Y))
Output.Show( CurrentScreen.WorkingArea.Height)
Output.Show( CurrentScreen.WorkingArea.Width)
[此贴子已经被作者于2022/8/3 13:52:38编辑过]