public static bool MoveWindow(
IntPtr hwnd,
Screen scr
)
Public Shared Function MoveWindow (
hwnd As IntPtr,
scr As Screen
) As Boolean
Dim hwnd As IntPtr
Dim scr As Screen
Dim returnValue As Boolean
returnValue = UtilUIAutomation.MoveWindow(hwnd,
scr)
public:
static bool MoveWindow(
IntPtr hwnd,
Screen^ scr
)
static member MoveWindow :
hwnd : IntPtr *
scr : Screen -> bool
No code example is currently available or this language may not be supported.
[Missing <param name="hwnd"/> documentation for "M:DevCase.Core.Diagnostics.Processes.UtilUIAutomation.MoveWindow(System.IntPtr,System.Windows.Forms.Screen)"]
No code example is currently available or this language may not be supported.
Dim hWnd as IntPtr = Process.GetProcessesByName("notepad").FirstOrDefault().MainWindowHandle
Dim scr As Screen = Screen.AllScreens(1)
MoveWindow(hWnd, scr)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.