public static void SendMessage(IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam) { WinAPI.SendMessage(hWnd, wMsg, wParam, lParam); }