Tagged Questions
The multi-monitor tag has no wiki summary.
11
votes
3answers
629 views
Turn off double-click undock in VS2010
I keep accidentally double-clicking my tabs in VS2010 and undocking them. Is it possible to turn off this behavior?
Note: I'm using Document Well 2010 Plus from the Productivity Power Tools, in ...
5
votes
1answer
47 views
Recreating Theater Mode with DirectX
I need to simultaneously display a video that is playing in my applciation, full screen on a larger monitor. On some video cards, this is called Theater mode and is configured using a tool that the ...
5
votes
4answers
4k views
Allow Silverlight (and Flash) Apps To Remain Full Screen
I'm writing a Silverlight application that can go "full screen" (think YouTube full screen). This is simple enough. However, I want to offer the user the ability to KEEP the app full screen even if ...
3
votes
1answer
46 views
Changing default window position to 2nd monitor?
I'm writing some code in Java that needs to show file chooser and alert dialogs. These dialogs always need to show up on a second monitor, rather than the main monitor.
If the application were ...
3
votes
2answers
191 views
C# Control menu position across multiple monitors
I have two monitors. I am seeing some strange behaviour when I access the MenuStrip of my C# application near the edge of my left monitor.
Case 1: In this screenshot I have opened SubMenu1 when the ...
3
votes
1answer
163 views
Visual Studio 2010 - New Tabbed Window
Is there a way to create a new code window in Visual Studio 2010 that is also a tabbed container for other code windows.
As far as I can see the windows will only stack on top of each other once ...
3
votes
4answers
223 views
Dimming Secondary Monitors
Does anyone know a programmatic way of dimming secondary monitors while keeping the primary display screen fully bright? I have investigated some existing software, but most will only dim all monitors ...
3
votes
2answers
559 views
How can I display a form on a secondary monitor?
I am writing a screensaver in Delphi. I want is to display a TpresentationFrm on each monitor, fullscreen. To this end, I have written the following (incomplete) program:
program ScrTemplate;
uses
...
3
votes
1answer
618 views
Issues with nVidia nView desktop manager and Delphi applications?
I've recently had a customer report an issue with my applications and NVidia nView desktop manager. Basically nView seems to 'unhide' hidden secondary forms when moving an application between ...
2
votes
2answers
69 views
How do I find the GraphicsDevice where an external process' window is opened
I need to find the GraphicsDevice (e.g. the physical monitor) where an external process has opened its window. To grab screen shots to catch changes WRT older versions. We're talking apps running on ...
2
votes
1answer
207 views
Move fullscreen window to secondary monitor with Win32/SDL
I am using SDL 1.2.14, and I've found a case where I need to be able to select which monitor gets the fullscreen window. With Xorg, I found Xinerama could do the job using the ...
2
votes
9answers
126 views
How do I detect which monitor an ASP.NET program is running on?
I've read tons of other questions and googled the issue, but I can only figure out how to do it if I'm using winforms. I'm currently writing a library, and one of the functions of the library is to ...
2
votes
1answer
64 views
How do I restore the previous behavior when double-clicking on a floating tool windows in Visual Studio 2010?
With Visual Stuido 2010's multi-monitor support, I like the support for code windows, but the support for tool windows is seriously lacking. For instance, I want to restore the behavior when ...
2
votes
3answers
339 views
Multi monitor support in Visual Studio 2010
I hear that Visual Studio 2010 has "Multi-Monitor Support". Yet now that I am using it, I see no difference from VS2008.
I still have to resize all my windows when switching from one monitor to two ...
2
votes
2answers
97 views
Operating system for visualization app in 6 monitors
I have to plan the development for an application with these major requirements:
Show different graphical data and animations in 6 monitors, in fullscreen mode.
The hardware to be used is a PC with ...
2
votes
5answers
694 views
Center Java splash screen on multi-monitor
I'm creating a splash screen for a Java application using the SplashScreen class. The problem is that the position on multi-monitor systems is undefined. The documentation states "the position on ...
1
vote
0answers
35 views
What is a good python game/multimedia library for multi head displays
I was looking at a page on game libraries for python for a library that can handle multiple head display systems easily. PyGame has some issues I read here and there.
The idea is to create a sort of ...
1
vote
0answers
86 views
WPF popup control placement on two monitors setup with different resolution
I use two displays with different resolutions on my development machine. The display with a smaller resolution is configured as primary display. If I maximize my WPF application on the secondary ...
1
vote
1answer
268 views
Multiple monitors and Java applets
Is there a way for Java applet to detect on which monitor it is currently displayed, in case of multi-monitor setup? Basically I need to know the screen resolution of the monitor which shows my java ...
1
vote
3answers
280 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
1answer
288 views
How to easily find screen location of form Location in multi-monitor environment?
In a C# winform application running in a multimonitor environment (desktop is stretched across 2 or 3 monitors), the Location property of a Form represents the location of the form on the spanned ...
1
vote
2answers
586 views
Make multiple monitors go to sleep with Windows API?
How exactly would I make both of my monitors go to sleep, I want to write an application myself because I'd like to add certain functionality, and so far I can't find anything on MSDN relating to ...
0
votes
0answers
32 views
Borderless Silverlight Out Of Browser App - Maximize on Second Monitor Issue
I am trying to fix this problem in an application and haven't been able to find a work around. I have created a brand new app which exhibits the same problem so it isn't our app.
Basically, we have ...
0
votes
0answers
48 views
Air: How to put a NativeWindow over OSX menu bar?
I'm developing a multi monitor fullscreen application with Adobe Air 2.6.
I can create a window for every monitor, and put those windows to fullscreen.
theWindow.stage.displayState = ...
0
votes
0answers
52 views
How to implement a multi-monitor web application
Is there a practical and simple way to make good use of multiple monitors in a web application?
Browsers usually fill only one monitor when maximized and telling the user to stretch it manually ...
0
votes
0answers
99 views
How to deploy a JFrame in multiple monitor configuration
I'd like to build an app that has 2 windows.
The first one should always be in the first monitor, and can't be maximized.
The second one should be launched in second monitor (a perfect example is ...
0
votes
0answers
20 views
Fix screen-windows on prime-monitor
I work on windows7 with two monitors. The second one is a beamer. It´s necessary for me to have only one window opened on it. I want to avoid disturbance by other windows or the cursor.
So know the ...
0
votes
1answer
93 views
Flex and Multi-monitor support
I have a situation where my flex application will need to detect multi-monitors and their respective resolutions and positions.
So far i have tried using a javascript to determine the width/height ...
0
votes
1answer
99 views
Control resizing mathematics
Ok... So I've got this pretty killer Screenshot system I've been using for a while... It pretty much involves creating a somewhat transparent Form that auto-sizes to fit all monitors... Which gives ...
0
votes
1answer
469 views
Why does WPF MediaElement not work on secondary monitor?
My application uses the WPF MediaElement to play video (MOV files). This works well when playing on the Primary monitor but freezes when the window is moved to the secondary monitor.
I have tried ...
0
votes
1answer
317 views
Windows Screensaver Multi Monitor Problem
I have a simple screensaver that I've written, which has been deployed to all of our company's client PCs.
As most of our PCs have dual monitors, I took care to ensure that the screensaver ran on ...
0
votes
2answers
146 views
Which APIs can be used to display different desktop wallpapers on a multi-monitor system?
It seems Windows is unable to display different background images on different monitors on a multi-monitor system out of the box. But I noticed there are quite a few commercial applications available ...
0
votes
2answers
1k views
Is there a c/c++ multi-monitor library for changing between XP's desktop setting of dualview or clone?
I am writing an application where it would be helpful to automatically switch between having Windows XP's desktop in dualview or cloned. The application uses a small wxWidgets window for the GUI. ...