multiple-monitors

VNC viewer with multiple monitors [closed]

元气小坏坏 提交于 2019-12-18 12:15:28
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am running a VNC server on Linux and a TightVNC viewer (ver.1.3.10 from 2/10/2009) on Windows with 2 monitors attached to it. I would like to have a full-screen session on both monitors at the same time, but whenever I do that, my full-screen always uses only one monitor. Is it possible to extend the full

How to save the VS window layout for single/extended-multiple screen?

早过忘川 提交于 2019-12-18 11:21:16
问题 I often work at the office using dual screen and at home using single screen. The window layout of Visual Studio 2010 is messing with me. I want to save/restore the layout so that I can quickly "switch" to the layout I want. How can I do that? Is it possible? 回答1: Here are the steps: Export your windows layout settings the way you like to use them at work into a .vssettings file Export your windows layout settings the way you like ot use tham at home into a .vssettings file Create shortcuts

Screen.AllScreen is not giving the correct monitor count

时光总嘲笑我的痴心妄想 提交于 2019-12-17 10:55:22
问题 I am doing something like this in my program: Int32 currentMonitorCount = Screen.AllScreens.Length; if (currentMonitorCount < 2) { //Put app in single screen mode. } else { //Put app in dual screen mode. } It is VERY important my application recognizes how many monitors are currently connected. However, after I plug/unplug the monitor a couple of times, Screen.AllScreens.Length always returns '2'. My monitor knows it's not connected (it has entered 'power save' mode), and the control panel

how to display JFrame in full screen display mode at a multi-monitor environment?

 ̄綄美尐妖づ 提交于 2019-12-13 12:21:54
问题 There is a JFrame, when it in a multi-monitor environment, how to display this JFrame in full screen display? For example, now the JFrame is displaying in monitor 1, when it is going to change to full screen display mode,it must be displayed in the monitor 1; if is displaying in monitor 2,when it is going to change to full screen display mode, it must be displayed in the monitor 2. 回答1: Try this, For Single Screen Toolkit tool = Toolkit.getDefaultToolkit(); Dimension dim = tool.getScreenSize(

Positioning a window with AppleScript using dual monitors

纵饮孤独 提交于 2019-12-13 11:45:50
问题 I have two monitors set up and I am trying to position the window of an application in the second monitor but nothing I do seems to work. For example I am using my laptop and the terminal window is maximized on the screen. Then I plug in an external monitor. I then want to run the applescript and have the terminal maximize on the larger second monitor. Here is what I have right now: set monitorTwoPos to {1050, -600} set monitorTwoSze to {1200, 1920} tell application "Microsoft Outlook" set

Is there a way to invoke the “Identify Monitors” function from C#?

陌路散爱 提交于 2019-12-13 06:31:50
问题 I'm working on a little WPF app that will run fullscreen and I'd like to give the user the ability to choose which monitor it will display on. To make it easier to identify each monitor in the list, I would like to do something like the Windows Display Settings dialog's "Identify Monitors" button. Is there a way to invoke that function using P/Invoke or something? If not, I can always just open a new WPF window on each monitor containing a number, but I don't want to reinvent the wheel if it

DXGI and 2+ full screen displays on Windows 7

ε祈祈猫儿з 提交于 2019-12-13 03:11:12
问题 I am developing a program that needs two full screen Direct3D dispalys. According to the documentation I should create the swap chains in windowed mode and then switch to full screen mode. While this works fine on Windows 8 (currently I'm just using Alt-Enter to do the switch), it does not work on Windows 7. On Windows 7 I get a problem similar to this issue where the screen that has most recently been switched to full screen works fine, but the other screen, which was previously working just

Have Winform appear on all existing monitors at same time (Its an alert window) [duplicate]

亡梦爱人 提交于 2019-12-13 02:27:10
问题 This question already has an answer here : Have winforms MessageBox appear on all screens, or specify Main or Secondary etc. (1 answer) Closed 5 years ago . I have a small application which functions as an alert system, I am using a form as the alert which appears on the screen, as they are more versatile and message boxes. Due to the nature of the alert, I need it to appear in the centre of all currently connected monitors.I have it appearing on hte main monitor only as of right now. I've

Start process on specific screen

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-12 15:40:24
问题 I'm writing a small tool that opens programs on specific screens, so that I can set our monitoring screens (1 machine has 2 screens) to reboot overnight and have it restore the monitoring webpages on boot to the correct screens. I had in mind to accomplish this by using .NET's System.Diagnostics.Process class. I already saw it's possible to open a process and THEN move it somewhere using P/Invokes ( Open notepad to specific location on the screen, and to desired size? ), however I want to set

Windows batch file to change monitor settings

别等时光非礼了梦想. 提交于 2019-12-12 10:12:37
问题 I have a desktop computer that is hooked up to 3 different monitors of which only two can be active at any one time. One is a primary monitor and is always active. I can manually switch between the other two: one a monitor, another an HDTV. The switch is a mechanical switch which only handles VGA (and at that, only the RGB components are actually switched) so there is no feedback to the computer from the other devices, thus windows can not make any automatic adjustments to change resolutions