Exemplo n.º 1
0
 static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, InvokeStructs.SetWindowPosFlags uFlags);
Exemplo n.º 2
0
 static extern IntPtr WindowFromPoint(InvokeStructs.POINT Point);
Exemplo n.º 3
0
 public ProgramWindow(string windowTitle, InvokeStructs.RECT windowRect)
 {
     WindowTitle = windowTitle;
     WindowRect = windowRect;
 }
Exemplo n.º 4
0
 static extern bool GetWindowRect(IntPtr hwnd, out InvokeStructs.RECT lpRect);