private static extern bool _GetWindowRect(IntPtr hWnd, out RECT lpRect); ... public static RECT AdjustWindowRectEx(RECT lpRect, WS dwStyle, bool bMenu, ...
確定! 回上一頁