using System; using System.Drawing; public static class DisplayFusionFunction { public static void Run(IntPtr windowHandle) { // Get the window by its title windowHandle = BFS.Window.GetWindowByText("*Skype*"); // Move the window to monitor 2 BFS.Window.MoveToMonitorMaximized(2, windowHandle); } }