The multi-monitor tag has no wiki summary.
0
votes
1answer
14 views
Control in code which screen a window shell open on, when using extended monitor mode
I have one main window in my wpf application, and when clicking on a button a new window is opening. Now, when i'm using 2 monitors as extended display - when i'm running my app on my primary screen ...
3
votes
0answers
107 views
java and libGDX / LWJGL game fullscreen wrong size for multiple monitors on Ubuntu
I'm working on a libGDX (library on top of LWJGL) game project, and use the Intellij IDEA IDE from several different workstations:
Windows 7 x64 laptop with two displays (1920x1080 and 1600x1200), ...
-3
votes
3answers
39 views
Creating VB.Net forms via code instead of in design mode
I'm using netzero hardware to manage the contents of a number of monitors. My present solution creates a form in VB.Net that has a pixel offset corresponding to where I've placed the Monitors in ...
1
vote
1answer
26 views
My JApplet disappears when moved to secondary monitor
So I wrote a small program for a class. I designed it as a JApplet inside an undecorated JFrame, not in a browser. Other than that, it's a simple drawing program of sorts. You click two points to draw ...
0
votes
0answers
5 views
API to position output windows into different monitors?
Now I am developing an app with C++ in VS. There are several output windows. How could I position those output windows into different monitors in the program?
Thanks.
0
votes
1answer
39 views
completely silent (or custom) boot for Linux appliance
I am working on an appliance that runs on Linux (Ubuntu 10.04 for now) and x86-64 Intel based PC. I need to completely customize the boot screens - no BIOS messages, and either (a) no screen output ...
0
votes
1answer
66 views
DXGI and 2+ full screen displays on Windows 7
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 ...
0
votes
2answers
64 views
Program to switch display from monitor to TV (and back)
I frequently switch my desktop from the LCD monitor to the TV (HDMI output from an Nvidia 660 gtx) and back. To do this is fairly cumbersome - and I want to make it very simple for the kids too. ...
1
vote
1answer
77 views
AppBar Multi-Monitor
I've made a simple appBar with just a label on the top of the screen that shrinks the desktop but I'm having trouble making it appear my second monitor. I've been searching around but everything I've ...
1
vote
1answer
112 views
multiple monitor application development with Qt and QtCreator
I am developing a Qt application, using QtCreator. The application is required to display on multiple monitors (if available).
The GUI requirements w.r.t diaplay are essentially:
If there are ...
0
votes
0answers
85 views
Running xorg in 5760x1080 with a triplehead2go (th2go), how? [closed]
I have been using triple monitors with matrox triplehead2go (th2go) in linux for years now, flawlessly. 3 x 1280x1024 for a total resolution seen by X of 3840x1024.
Now developping applications in ...
2
votes
0answers
109 views
Keeping a fullscreen XNA game on top
I have a fullscreen xna game that is supposed to run on a secondary screen if available. It all works fine getting it into fullscreen mode on the secondary screen. However, when i focus a window on ...
6
votes
1answer
178 views
Setting a C# Form to a Negative Location
I am working on a tool for Windows that will interface with CloudApp using its API. I found some articles on here about how to achieve the Region capture which I used to modified to fit my exact ...
0
votes
1answer
350 views
KDE and Multi-Monitor, how to have program started on the screen it was opened from
I have been trying KDE and customized it enough to my liking. I added panels and application launchers on each screen and windows opened shows on each screen panel.
But whenever I start an ...
1
vote
0answers
80 views
Constrain JFrame to single screen in a multi-monitor environment
I am working on a web applet and have run into an issue. If a user is using Windows classic theme with a multi-screen environment and said user attempts to move a JFrame from one monitor to another ...
0
votes
1answer
143 views
Show/hide a particular monitor in Visual Studio
Is it possible to quickly hide what's on a particular monitor in Visual Studio? Similar to Norton Commander where you could easily hide left or right panel, I want to quickly hide all panels on one of ...
1
vote
1answer
186 views
how to display JFrame in full screen display mode at a multi-monitor environment?
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 ...
1
vote
1answer
1k views
Display Different images per monitor directX 10
I am fairly new to DirectX 10 programming, and I have been trying to do the following with my limited skills (though I have a strong background with OpenGL)
I am trying to display 2 different ...
1
vote
3answers
753 views
Get a components location on its current monitor
I want to set the location of a JPopupMenu depending of the y location of the button that opens the menu. My code works fine on my first monitor, but fails on my second monitor, wich has a different ...
0
votes
1answer
417 views
Multiple monitors on one PC for a KIOSK system
I'm developing a KIOSK system using PHP, HTML5 and Javascript.
I want to connect multiple (touch screen) monitors on a single PC. I want these monitors to display a browser in fullscreen-mode where ...
1
vote
0answers
57 views
Is there a way I can enable a display without attaching it to desktop through Windows API?
I only need a display for DXGI output, and don't want it to be a part of desktop at all. I really don't want the fullscreened display to exit fullscreen mode just because someone has accidentally ...
1
vote
0answers
107 views
Best toolkit for multi-monitor program
I want to write a program for queueing up and displaying videos for a presentation/theater environment. My question is:
I want to be able to have one monitor with the information about the content ...
0
votes
1answer
231 views
Programming for multiple monitors [closed]
I'm currrently working as a junior consultant at some company and there trying to make an app that runs on tree screens simultaneously does anyone have a clue on where to start at something like this, ...
2
votes
2answers
267 views
Allowing interaction with a second window without breaking full-screen in the first?
I want to build a web-based presentation tool with a PowerPoint-like "presenter view" for the second monitor. I can use the HTML5 full screen API (example) to put the main presentation in fullscreen, ...
0
votes
1answer
135 views
Working with multiple displays?
I have zero experience with multiple displays & cocoa. Feel free to share any handy links, tutorials. What I need is this : I'm trying to fill all displays with a full screen, transparent window. ...
3
votes
1answer
362 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 ...
0
votes
1answer
449 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 = ...
5
votes
1answer
174 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 ...
1
vote
0answers
91 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
243 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 ...
0
votes
1answer
473 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 ...
2
votes
2answers
288 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 ...
3
votes
1answer
1k 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 ...
-1
votes
1answer
253 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 JavaScript code to determine the ...
2
votes
8answers
302 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 ...
0
votes
1answer
157 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 ...
3
votes
2answers
304 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
500 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
362 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 ...
5
votes
2answers
1k 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 ...
1
vote
1answer
490 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
531 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
2k 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 ...
14
votes
3answers
1k 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 ...
2
votes
1answer
74 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 ...
3
votes
3answers
2k 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 ...
4
votes
2answers
2k 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
...
2
votes
2answers
150 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
1k 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 ...
0
votes
1answer
466 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 ...