Tagged Questions
The dual-monitor tag has no wiki summary.
25
votes
25answers
15k views
Dual Monitor Window Management for MS Windows
I am sure I could get some great suggestions here since I am sure a large percentage of the StackOverflow user base could help me out here.
Like most dev's I have dual monitor setup at work, and a ...
10
votes
5answers
7k views
How do I enable a second monitor in C#
Is it possible to enable a second monitor and extend the Windows Desktop onto in C#. It needs to do the equivalent of turning on the checkbox in the image below?
9
votes
3answers
10k views
Showing a window with WPF, Winforms, and Dual monitors
I have a 2 monitors and a WinForm app that launches a WPF window. I want to get the screen that the WinForm is on, and show the WPF window on the same screen. How can I do this?
8
votes
1answer
255 views
SDL fake fullscreen mode on dual monitor setup under linux
Using SDL 1.3 I want to create fake fullscreen SDL_Window under linux. It is easy if i have only one display.
I just got current display mode and created a window.
SDL_GetDesktopDisplayMode(0, ...
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 ...
5
votes
2answers
985 views
Android dual screen display
Is android supports dual screen display?. If then how to do this?. Please help
5
votes
1answer
600 views
How can I select the monitor where I want to open my application? [closed]
Possible Duplicate:
Start program on a second monitor?
I have two monitor a monitor connected to my laptop. How can I choose the monitor where my application will show?
Also how can I ...
5
votes
1answer
405 views
Process.Start and Dual Monitors
if I'm using Process.Start to open a file from a C# WinForms app, is there any way to control which monitor the pdf (or whatever) opens in?
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
3answers
3k views
Why would This Fix the Dual Monitor Issue in Flash?
The Problem:
You have dual monitors set up and view a Flash video (Let's say any YouTube video) in full screen mode in one of the monitors. If you work on the other monitor, the video would exit the ...
5
votes
5answers
2k views
Is there any way to get a dual monitor view inside of a remote desktop session?
I frequently have to remote into my work desktop using rdp. One pain point has always been that I have a dual screen setup at home, but am unable to take advantage of it because the rdp session only ...
4
votes
3answers
2k views
java, show JFrame in a specific screen in dual monitor configuration
i have a dual monitor config and i want to run my GUI in a specific monitor if it is found.
I tried to create my JFrame window passing a GraphicConfiguration object of my screen device, but it ...
4
votes
1answer
464 views
C# How to force a slpash screen to be shown in the primary display in a dual-monitor system?
I'm facing a problem when displaying a splash screen in a system with two monitors. When I start the application in the primary display, and then the mouse pointer is moved to the second monitor ...
4
votes
2answers
574 views
How do I set up IntelliJ on dual monitors?
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 ...
4
votes
1answer
2k views
Show dialog/frame fullscreen on a second screen sing QT/c++
I have an application with a secondary view that should be shown fullscreen on the other monitor (the one the main app is not on).
Displaying the frame works quite well with frame.showFullScreen();
...
4
votes
1answer
481 views
Maintain multiple Visual Studio user options (suo) profiles
I work in two environments with Visual Studio 2008: my laptop and my laptop+external monitor. When I work with a second monitor, I like for my solution explorer and other non-code windows to be on the ...
4
votes
1answer
918 views
How do you force a .net application to display on a particular monitor in a dual monitor setup?
I would like to run multiple copies of my application and force the first to open on one monitor and the second instance on a second monitor
3
votes
1answer
198 views
Output jFrame to second monitor if possible
i have a jFrame on Swing in Java, and i want it to output to second monitor, if this monitor exists.
I tried this (by this page) to get resolutions of displays
GraphicsEnvironment ge = ...
3
votes
2answers
1k views
Capture multiple screens desktop image using Qt4
i am writing a screen capture application in Qt4 with c++. I have a problem when tuning on dual screens. I am unable to get an image with the second screen. I tried a c# application and that will grab ...
3
votes
2answers
946 views
Move application to second monitor in MFC
I'm developing an application in VS2008 VC++.net
I want to move the application to the secondary monitor. Not by clicking and dragging using mouse.
Is there any function like MoveToMonitor by ...
3
votes
2answers
756 views
dual screen programming issue
I am using VSTS 2008 + C#. Is there any way to get the informaiton like, whether we are currently in dual monitor mode, how much is the current resolution of each desktop?
BTW: there are two modes of ...
3
votes
3answers
2k views
Visual Studio always on top when debugging
When I start debugging the project we are currently working on, the program window is not given proper focus in windows but is stacked behind the Visual Studio window. I don't think this problem ...
2
votes
1answer
73 views
Keep primary monitor in fullscreen while working on the other one
Sometimes I use 1 screen for games or movies while I can watch some working-progress or just my internet browser on the other one.
So if I want to use the other screen, I always have to minimize the ...
2
votes
0answers
30 views
Show presentation timer on only one of two cloned displays
Is is possible to show an application on only one display, if the display is cloned? My goal is to develop a timer that is shown on the laptop display during a presentation but not on the projector.
...
2
votes
1answer
71 views
Simple Application to switch Primary dispay
My current set up for my computer is with a 17 inch monitor on my desk and my HDTV a few feet away. Every once in a while (generally when playing games) things work better when I switch my primary ...
2
votes
1answer
131 views
Adobe AIR: Is it possible to create a full screen app to fill multiple monitors?
I am trying to build an Adobe AIR app that runs on two monitors with an extended desktop. Is that possible?
I've read fullscreen is restricted to a single display and the only option is to maximize ...
2
votes
1answer
104 views
Minimize/Maximize both the screens
I have an application which runs on 2 monitors (say Primary screen and Secondary screen). The secondary screen does not have the control box property set to it. It depends completely on the ...
2
votes
1answer
394 views
Check if the second monitor is connected in .NET (dual monitor setup, laptop with the docking station)
Here is the problem:
I have an application (C#.NET, Windows 7) that remembers the location of the main form on exit. On load the settings are retrieved and applied. I have a problem with the users ...
2
votes
1answer
413 views
Stretch a WPF window across two screens
I am a beginner in WPF. I want my application to stretch across two screens which have the same resolution.
I need a sample code application, because I don't know where I can start.
Thank you
2
votes
3answers
488 views
Full screen flash content on two monitors?
I thought there was a simple way to make Flash content display full-screen on two monitors at once, but I can't seem to recall how to do it.
Searching on the topic is tough because so many people are ...
2
votes
1answer
994 views
Show WindowsForm in the center of the Screen (Dual Screen)
I have Dual Monitors and want displaying a windows form in the center of the screen. (I have a variable MonitorId=0 or 1).
I have:
System.Windows.Forms.Screen[] ...
2
votes
3answers
825 views
Secondary monitor bug: a problem in WPF or in the graphics driver?
I have discovered a strange bug with my WPF application and I am trying to determine whether it is a problem with WPF or my graphics driver so that I can report it to the appropriate company. I have a ...
2
votes
2answers
589 views
run application on a dual screen environment
Any ideas to check whether current application is run on primary screen or not in a dual screen environment? I am using VSTS 2008 + C# + .Net 3.5. I want to add code in my application to detect ...
1
vote
0answers
53 views
maximize a JFrame in a multi monitor setup
My Swing application uses JFrames. When one of the JFrames is dragged to a second monitor and the maximize button is pressed, it maximizes itself to the size of the (smaller) primary monitor. Can that ...
1
vote
2answers
186 views
In a dual-monitor system, finding out on which monitor a PowerPoint slideshow is displayed
In Powerpoint 2007/2010 run on a multiple monitor system, we can select the monitor on which the slideshow will be shown by going to "Slide Show"-> "Set up slideShow" -> "Display SlideShow on" and ...
1
vote
0answers
130 views
Ruby: Dialog Boxes on Particular Screens
Currently working with / developing for / supporting a multi-platform
application that uses Ruby in the front-end. The application is
regularly used on systems with multiple monitors, as many as five ...
1
vote
1answer
798 views
Screen.AllScreen is not giving the correct monitor count
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 ...
1
vote
1answer
198 views
Support multiple displays from a web application
I have a customer requirement where they would like to have different windows of a web application on 2 different displays (monitors): data lookup and entry on one screen and a document viewer on the ...
1
vote
3answers
279 views
Sql Server Management Studio vs. Multi-monitor
Does Sql Server management studio have no nice support for multi-monitor setups?
The only way I can see to use it multi-monitor is to stretch the main window across both monitors, but this isn't ...
1
vote
2answers
374 views
C# Identfiy screens number?
How to have a function in C# to run the window identification, which will show the numbers 1, 2, ... on the screen same way as we do it by right click on the screen (properties) then we go to Screen ...
1
vote
4answers
1k views
Maximize form on both screens (dual screen monitor)
Iam looking for some hint or solution regarding following problem.
I have a .NET 2.0 WinForm dialog which operates in Dual Screen environment. The Working area is set by .NET Framework to reflect the ...
1
vote
1answer
1k views
How can I make a WPF window maximized on the screen with the mouse cursor?
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.
...
1
vote
3answers
6k views
C# winform Show form in second screen and vice versa
I have an application in which there is a form which i wants to show on second screen.
Mean If application is running on screen A and when i click on menu to show Form it should display on Screen B
...
1
vote
1answer
600 views
Silverlight - Dual Screens in Out of Browser Application
Is there any way to create a Silverlight "Out of Browser" Application that can have two windows each on it's own screen and have these two windows communicate?
Apparently in Silverlight 4 you can ...
1
vote
3answers
660 views
wpf window ghosting problem when resizing over two screens
The title pretty much describes it. If I resize my WPF app so that it stretches over two monitors in a dual monitor setup, and resize it back, there will be a ghost window in the second monitor that ...
1
vote
2answers
2k views
Opening a new browser page on the second monitor
Well, simple situation. Is it possible to detect if a user has a dual monitor setup from a web application?
If this is possible, is it possible to open a child browser page on this second monitor, so ...
1
vote
2answers
2k views
Software like Synergy that also works with windows
I'm using Synergy to control both a desktop and a laptop with a single set of mouse/keyboard. Unfortunately my desktop monitor is rather small (to programmer standards). I'd like to drag windows from ...
1
vote
5answers
1k views
How to solve this focus problem with a dual monitor application?
We have an application that uses a dual monitor setup - User A will work with Monitor 1, and user B will work with Monitor 2 simultaneously. Monitor 2 is a touch screen device.
Now, the problem is, ...
1
vote
1answer
779 views
Xcode window positions when switching from dual to single monitor
When I'm working at home I plug my MacBook in to my 20" monitor as a second (right side) monitor. I do all my editing in Xcode on the larger monitor, and leave the menu bar, debugging and ...
1
vote
3answers
4k views
Vmware dual monitor problem
I am running VMware under windows on a dell d630 laptop. I am using the laptop monitor plus an external lcd, with the vmware maximized on an lcd and windows running on the laptop monitor. The lcd is ...