GregMM
Feb 27 2005, 10:43 PM
well, I dont really need this program but if you want to get those values programatically you can use GetSystemMetrics() API or if your a .NET guy SystemInformation class you want Active Title Bar and Active Window Border, or you can subtract GetRect() and GetClientRect() rectangles to get the left, right, top, bottom if you wanna add that functionaly