[DllImport("user32.dll")]
static extern bool MoveWindow(IntPtr hWnd, int X, int Y, int nWidth,
int nHeight, bool bRepaint);
[DllImport("User32.dll")]
static bool MoveWindow (IntPtr handle, int x, int y, int width, int height, bool redraw);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!