.
.
static extern int DwmExtendFrameIntoClientArea(IntPtr hwnd, ref MARGINS margins);
.
Private Shared Function DwmExtendFrameIntoClientArea(ByVal hwnd As IntPtr, ByRef margins As MARGINS) As Integer
.
.
This function extends the Aero composition further into a given window, given the distances from the sides.
7/7/2014 12:11:20 PM - -74.46.19.27