multiple-monitors Questions
6
Solved
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 "sw...
Ludivinaludlew asked 15/10, 2010 at 3:12
3
Solved
I am using multiple monitors and I prefer to have my Visual Studio open in the center one and I would like the application that I am testing / running through Visual Studio open on either left or r...
Maryettamaryjane asked 14/8, 2010 at 5:42
1
Solved
I would like to find out which monitor the mouse is on so I can create a window on that monitor.
This is different to which is the main screen, because NSScreen.main returns whichever screen has t...
Suppurate asked 3/4, 2018 at 7:25
1
Is there a way to use the Windows APIs to detect if a particular monitor is a projector (beamer) rather than a screen?
(I'm writing a projection mapping desktop application, and I'd like it to aut...
Metametabel asked 1/4, 2018 at 21:39
3
Solved
In Windows XP and above, given a window handle (HWND), how can I tell if the window position and size leaves the window irretrievably off screen? For example, if the title bar is available to the c...
Ellon asked 13/1, 2011 at 15:26
1
Solved
I've currently connected two monitors via a dock to my notebook.
When I'm running my console application, the console window always pops up on the first monitor. How can I change that it's automati...
Belvabelvedere asked 27/7, 2017 at 10:3
5
Solved
I am trying to grab the friendly name for the monitors on my system. I am using C#.
I have tried Screen, which just gives me //./DisplayXX. I have also tried both Win32_DesktopMonitor and EnumDisp...
Hardwood asked 10/2, 2011 at 15:1
5
Solved
Is there any way to stop a WPF Popup from repositioning itself when it goes off-screen?
I found this old question, but it didn't get a proper answer to it. Is there any way to do this? I'm willing...
Pytlik asked 8/1, 2011 at 4:24
3
Solved
The presentation display modes are those you see when using the Windows+p shortcut:
Computer Only
Duplicate
Extend
Projector Only
Do any API calls exist which allow one to switch between these di...
Shishko asked 28/5, 2013 at 10:56
4
Solved
According to the MSDN documentation for the WindowStartupLocation Property:
Setting CenterScreen causes a window to be positioned in the center of the screen that contains the mouse cursor.
Al...
Lawson asked 25/6, 2010 at 22:41
1
I am using the following test setup (Latest meaning as of July 14th 2012):
Core i7 with an ATI FirePro V9800 (Eyefinity)
Windows 7 Pro 64 Bit (latest updates / patches)
Latest Catalyst drivers
La...
Unparalleled asked 16/7, 2012 at 2:57
2
Solved
i bought a new TV mainly as second monitor to my PC and I often need to change settings (extend display for movies, duplicate display for gaming, disable for work'n'browsing).
Is there a way to sw...
Panhellenic asked 8/9, 2012 at 8:5
1
I want to obtain a monitor handle (HMONITOR) that can be used with the Windows multi-monitor APIs for a specific monitor attached to the system by index. For example, say I have three monitors atta...
Bridgeman asked 25/1, 2016 at 8:2
1
I would like to make a Per-Monitor DPI-Aware Direct2D application. I have extended Microsoft's "First Direct2D Program" example to handle WM_DPICHANGED as explained in Kenny Kerr's MSDN article. Th...
Winther asked 3/7, 2016 at 16:27
3
Solved
I'm trying to use print screen image area to get 2 monitors, but only works for one monitor. Can you advise me how to get figure 2 monitors?
Robot robot = new Robot();
Rectangle screenRect = n...
Strabismus asked 18/8, 2013 at 16:46
1
When I type dot and press ctrl+space, I see a pop-up with list of possible methods.
when I press ctrl+q i see another pop-up with javadoc for the selected method.
The problem is half of the popup...
Counterattraction asked 6/4, 2016 at 9:54
1
I have two monitors (HP EliteDisplay E190i), both are connected to two computers (2x VGA + DP).
These monitors also support DVI, so instead of having a stupid toggle button, every time I wish to ch...
Mayhem asked 8/3, 2016 at 20:22
1
I'm using WPF in C#
I want to begin with multi monitor programming, that mean the app will display on many monitors with different views.
I have searched on internet, and I have got the approach ...
Midmost asked 4/12, 2015 at 14:28
3
Solved
I have just installed IntelliJ 9.0.2 on a machine running 64-bit Ubuntu 10.04.
How do I get another window to put on my second screen?
I would like to have both an editor and some tool windows on...
Flush asked 12/7, 2010 at 20:56
5
Solved
Preface
First of all, I am very well aware that webapps should not fiddle with window size or position. Been through a lot of similar SO questions and forum posts.
But this is a special case, whe...
Habitable asked 5/2, 2014 at 14:8
1
Solved
I have two monitors. I have Eclipse open on the second monitor but when I run my JavaFX code, the JavaFX window always opens up in the first monitor and every time I have to drag it to the second m...
Warsle asked 21/1, 2016 at 23:50
1
I have been working on a solution for identifying display devices (telivisions in my case) to keep the main layout which is especially designed to use multi-monitors.
Let's say I have 6 televisions...
Cachepot asked 19/9, 2015 at 22:22
1
Is there a Windows API to detect if a laptop lid is closed (= integrated laptop screen is off)?
There's already the "same" question asked:
Get current laptop lid state
Though the (self-)accepte...
Barmen asked 17/9, 2015 at 13:18
1
Fullscreen mode on monitor A in dual-monitor setup breaks when moving windows from monitor B onto it
I am building a Win7/8/10 x64 Direct3D11 desktop application that allows the user to switch between windowed and fullscreen mode (proper dedicated fullscreen mode, not just a maximized window*). On...
Chungchungking asked 16/8, 2015 at 14:51
5
Solved
As a two-monitor user at work, I've noticed that applications behave differently with regards to what monitor they open on (primary or secondary monitor, the last monitor the application opened on,...
Ilke asked 16/10, 2008 at 12:5
© 2022 - 2024 — McMap. All rights reserved.