Tuesday, December 23, 2003 12:41 PM
szurgot
Getting the Desktop Area - Comment for Matthew Reynolds
Since .Text wouldn't let me post the comment, I'll just update my blog with a comment.
Regarding Matthew Reynolds code to get the desktop area there's a better way than even that.
SystemInformation.WorkingArea
It gets the area of the primary monitor, minus the start bar. And it only gets the primary monitor.
(I think the .NET team needs to use this function to “Center Screen” on windows forms, because the current one will center on whatever monitor the mouse is on)