Tagged Questions
The multiple-monitors tag has no wiki summary.
66
votes
48answers
13k views
What's your ideal multiple-monitor setup for programming?
Jeff Atwood is often expounding the benefits of triple monitor setups for developers, and I have to say I agree with him. However, we are about to take on a good number of new developers and are ...
45
votes
4answers
11k views
Any tips on how to organize Eclipse environment on multiple monitors?
I can't find a good way of putting Eclipse windows on two monitors. Currently I just detached (clicked on a header and dragged) a few windows to a secondary monitor (package explorer, console, and ...
34
votes
36answers
17k views
One large monitor or dual-monitor setup?
Let's say I have a certain budget to buy the displays for my development setup. With that budget I can either buy one larger monitor with a higher resolution or two smaller monitors and set them up in ...
21
votes
4answers
9k views
Multiple Monitors with Visual Studio 2008
I've got 2 monitors, and most of the time I've got some reference material open on one screen, and Visual Studio on the other. To really get in the zone, though, I need my code to be the only thing I ...
21
votes
8answers
14k views
What determines the monitor my app runs on?
I am using Windows, and I have two monitors.
Some applications will always start on my primary monitor, no matter where they were when I closed them.
Others will always start on the secondary ...
20
votes
10answers
788 views
How much more productive are three monitors than two? [closed]
I am mulling over whether to buy a new monitor, to go along side my current setup of two 24 (ish) inch monitors. What I want to know is whether this is worth the money (probably around £200)?
I think ...
16
votes
12answers
17k views
Is there a way to split a widescreen monitor in to two or more virtual monitors? [closed]
Like most developers I have grown to love dual monitors. I won't go into all the reasons for their goodness; just take it as a given.
However, they are not perfect. You can never seem to line them up ...
13
votes
5answers
7k views
Restoring Window Size/Position With Multiple Monitors
Many posts around about restoring a WinForm position and size.
Examples:
www.stackoverflow.com/questions/92540/save-and-restore-form-position-and-size
...
11
votes
3answers
25k views
How do you control what monitor your application opens on?
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, ...
11
votes
7answers
11k views
Start program on a second monitor?
Is there a way to specify which monitor a application appears on in Delphi or C++Builder?
I am developing a simple program for a customer, which displays kitchen orders on a secondary monitor, ...
11
votes
10answers
7k views
Visual Studio and dual/multiple monitors: how do I get optimized use out of my monitors?
Ultramon is a great program for dual monitors (stretching screen across monitors), but I was wondering if there is any way do to something in Visual Studio like have one tab of code open on one ...
10
votes
1answer
188 views
SetConsoleWindowInfo on Multiple monitors
OS: Windows 7 64bit
Two monitors, one in portrait, one in landscape. Landscape one is primary.
I'm trying to resize a console using SetConsoleWindowInfo, but if I try and resize it to a size that ...
10
votes
10answers
15k views
Hardware solutions for adding a third monitor to a laptop? [closed]
My primary development machine at work is a laptop. I currently run with two monitors, which the machine natively supports (an external monitor connected via the laptop's VGA or DVI port, plus the ...
9
votes
6answers
3k views
Remember window sizes and placement when unplugging and replugging second monitor
Here's something that sucks:
Plug in external monitor to laptop (Mac OS X Leopard in my case).
Arrange your windows to have the IDE on one screen and browser on another.
(Etc etc. Resize, ...
8
votes
2answers
1k views
How can I make Delphi 2009 open my application in the second monitor by default?
When debugging I always want Delphi to open my application in the second monitor but it always open in the first one, I know I can save the application placement before closing but I want it to always ...
8
votes
2answers
3k views
Programmatically change screen resolution?
Is there a way to programmatically change the screen resolution or enable/disable multiple monitors in Windows XP? For example to change from 1024x768 with one monitor to 1280x104 on two monitors? I ...
7
votes
1answer
414 views
WPF Fullscreen Application - Multiple Monitors
I've got multiple monitors that are being used with my WPF application. The application runs full screen, and I want to be able to switch which monitor it's on when the user presses a button.
case ...
7
votes
2answers
645 views
How do I get the actual Monitor name? as seen in the resolution dialog
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 ...
7
votes
6answers
460 views
Pair programming tools that are not remote
I am currently in a job where we practice serious pair programming on windows machines. We both have a set of keyboards, mice, and we have two monitors, which works well for switching who's the driver ...
7
votes
3answers
3k views
Setting the start position for OpenFileDialog/SaveFileDialog
For any custom dialog (form) in a WinForm application I can set its size and position before I display it with:
form.StartPosition = FormStartPosition.Manual;
form.DesktopBounds = MyWindowPosition;
...
6
votes
3answers
2k views
c# Launch an application and send it to second monitor?
is there any way to start/lunch a program through Process in another screen?
some one asked that here but there was no answer
note: it is not a form in my app, I'm asking about running an external ...
6
votes
2answers
390 views
Number of physical monitors attached to a Windows machine?
I am trying to count the number of monitors attached to a machine ( not virtual displays, so two monitors running with clone would have one virtual display but two physical monitors ). I am currently ...
5
votes
3answers
222 views
Cloning a form on an extended desktop
Here is my situation (sorry for being long-winded, but I'm finding it difficult to describe this concisely):
We have a C# application (that we develop) that runs on a system with two monitors. ...
5
votes
1answer
127 views
Tell windows which monitor to display dialogs on
I've got a program which is using multiple monitors. The program is showing special visualizations on the second monitor. At one point, the program uses windows shell functions to send files to the ...
5
votes
2answers
430 views
Is there any way to stop a WPF Popup from repositioning itself when it goes off-screen?
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 to ...
5
votes
1answer
664 views
Is there a Visual Studio 2010 Add On for Tabbed Multi-Monitor support
In Visual Studio 2010 you can drag tabs out to separate windows but you can not collect them together as additional tabbed elements. Is there a VS 2010 add-on to allow you to group your extra windows ...
5
votes
1answer
504 views
Multiple monitor window management utilities
I have multiple monitors.
I use these utilities to help with window management:
UltraMon - a taskbar on each monitor
Taskix - click and drag to reorder
taskbar buttons
GridMove - middle-click and ...
5
votes
17answers
5k views
Is using a widescreen monitor in portrait orientation more effective for coding?
In the very near future my development setup will be upgraded and part of the deal will be dual monitors (yay!)
At least one of the monitors, possibly both, will be widescreen.
I've heard of ...
5
votes
6answers
6k views
How do I get JavaScript to open a popup window on the current monitor
Scenario:
The user has two monitors.
Their browser is open on the secondary monitor.
They click a link in the browser which calls window.open() with a specific top and left window offset.
The popup ...
4
votes
2answers
305 views
How to use Win32 GetMonitorInfo() in .NET c#?
I have to implement a feature where the last position of the window is saved. When the application starts up this position needs to be obtained and restored.
Now it could be that a second monitor is ...
4
votes
1answer
492 views
ToolTip on second monitor is displayed at the edge of the monitor
I have got a component. The ToolTip of the component is set by the setToolTipText() method. On the first monitor everything works fine. Now when I move the frame to the second monitor, the tooltips ...
4
votes
5answers
3k views
Using laptop as a second programming monitor
The joys of multimonitor programming are countless, I think there are about 5 blog posts on Coding Horror on the topic alone!
I often code in Windows on my main machine, and have my Mac laptop set up ...
4
votes
5answers
2k views
Visual Studio 2008, Multiple Monitors, “find” window placement problem
(another post here reminded me of this annoyance! this is not a dup!)
I use VS2008 with multiple monitors. I have VS open on one and the app I'm debugging, reference pages, etc.. on the other.
...
3
votes
5answers
443 views
Controlling output to a TV display while control panel is on laptop screen?
I have a program written in VB.Net with Visual Studio 2008. I have one window form to display on a laptop that controls the information seen/sent on another form that is to be continually displayed ...
3
votes
3answers
273 views
Wrong coordinates on multiple monitors
I have a Datagrid and I want to know the position of a datacell for overlaying it with a window.
It works fine with only one monitor, but with multiple monitors, the window is displaced.
Here's the ...
3
votes
3answers
682 views
Delphi XE Form and Source in dual monitor
Somoene knows if i can setup my IDE for display source code in one monitor and frm in another? I talk about the same .pas because 2 different .pas i can view in each monitor.
3
votes
2answers
619 views
How do I determine if a window is off-screen?
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 ...
3
votes
1answer
1k views
Toggle between “Extend these displays” and “Show desktop only on 1”
I'm looking for a way to programmatically alter the video properties in Windows 7. I'd like to toggle the Multiple display state (as seen in Control Panel > Appearances and Personalization > Display ...
3
votes
1answer
205 views
Bad behavior with Aero off in Vista
I have a directx9 application, which needs to run on a machine with Aero disabled. The app runs in windowed mode. When the window is first created, it looks just fine within a single screen. When I ...
3
votes
4answers
481 views
How do I prevent Window resizing when the Workstation is Locked then Unlocked?
We have an application that is run in multi-monitor environments. Users normally have the application dialog spread out to span multiple mointors.
If the user locks the workstation, and then unlocks ...
3
votes
4answers
180 views
Supporting multi-monitors
I want to provide multi-monitor support in my application.
In the past I have had the simplistic view that multi-monitor support is simply the lack of open multi-monitor related bugs. If it seems to ...
3
votes
4answers
1k views
How do I determine which monitor a Swing mouse event occurs in?
I have a Java MouseListener on a component to detect mouse presses. How can I tell which monitor the mouse press occurred in?
@Override
public void mousePressed(MouseEvent e) {
// I want to make ...
3
votes
2answers
604 views
Visual Studio crashes when debug tests are run with the Test Result view in another screen
When I try to run unit tests, in debug mode only, on "Microsoft Visual Studio Team System 2008 SP1" and the Test Results view is open in a screen other than the main one (I have 2 monitors), the ...
3
votes
5answers
336 views
Supporting different monitor resolutions
I have a MFC application with some bitmaps, dialog boxes and menus. Currently it supports only one monitor resolution (1280x1024). I am planning to add different monitor resolution support to it. To ...
3
votes
1answer
347 views
How can I determine which displays are attached to the same physical device using Direct3D9?
Using Direct3D9, I can count the available adapters using IDirect3D9::GetAdapterCount(). However, this returns the number of outputs, i.e. 2 for a single dual-head graphics card. Using Win32 API, I ...
3
votes
3answers
2k views
Remote Desktop, two monitors, dialog windows
In the office I have two monitors. At home I have one. When I use remote desktop (Win XP) to work from home, most of the applications are smart enough to all crowd into the primary monitor so I can ...
3
votes
1answer
2k views
Applescript, multiple monitors and maximum window sizes
I'm looking into windows management on OS X (trying to achieve something like WinSplit Revolution), and I need to use applescript to pull out the maximum size of a window on a given monitor. Currently ...
3
votes
20answers
4k views
Maximize and multiple monitors
I write software for users with multiple monitors and I make design desicions based on the assumption that typically users will maximize windows to each monitor instead of "hand sizing" them.
...
3
votes
2answers
1k views
How to determine active monitor of the current cursor location
I currently have an application which needs to have an awareness of which monitor the cursor is located when running in a multi-monitor configuration.
3
votes
14answers
963 views
IDE placement on dual monitors
What IDE placement (output, errors, threads, watch, etc..) do you use (coding/debugging) in Visual Studio on Dual Monitors?