multiple-monitors Questions
1
Solved
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...
Thalweg asked 23/6, 2011 at 20:14
1
Solved
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...
Reste asked 23/6, 2011 at 12:1
1
Solved
I have 3 monitors with the center monitor being the primary one. When I start VB6 everything works fine on the center and right monitor, but if I maximize the window on the left monitor my scroll w...
Phane asked 16/6, 2011 at 21:42
1
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...
Plantagenet asked 22/5, 2011 at 1:40
1
Question
I have an OpenGL application that will run in machines with diverse multi-GPU configurations (and possibly different Windows versions, from XP to 7). Is there a general way to select the ...
Headstock asked 10/6, 2011 at 12:13
3
Solved
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...
Wickham asked 17/5, 2011 at 11:59
2
Solved
In the .NET, what is the difference between
myScreen.WorkingArea.Left + myScreen.WorkingArea.Right
and
myscreen.Bounds
Rule asked 26/4, 2011 at 23:37
2
Solved
I'd like my HTML5 app to draw onto two different screens. This (I think) means that I need have two distinct browser windows, one on each screen. Is this possible? It seems that I'd really have to ...
Margherita asked 11/3, 2011 at 19:35
7
Solved
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, ge...
Demagogic asked 15/10, 2008 at 20:47
5
Solved
Is it possible to enable a second monitor programatically and extend the Windows Desktop onto it in C#? It needs to do the equivalent of turning on the checkbox in the image below.
Dried asked 24/10, 2008 at 12:55
2
Solved
Is android supports dual screen display?. If then how to do this?. Please help
Imes asked 8/2, 2011 at 11:48
2
Solved
Several multiple-monitor API functions (eg, MonitorFromRect) return a HMONITOR handle to the monitor in question. I have been unable to find the function to free this handle - does it need to be fr...
Whiz asked 23/1, 2011 at 15:22
3
Solved
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 t...
Vazquez asked 22/5, 2009 at 15:11
1
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 be...
Nuriel asked 20/9, 2010 at 15:18
1
Solved
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 ...
Massingill asked 18/9, 2010 at 14:43
1
Solved
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?
Opening asked 16/9, 2010 at 19:29
1
Solved
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 > Displa...
Mathi asked 16/5, 2010 at 21:33
4
Solved
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...
Algebraic asked 19/9, 2008 at 13:19
4
Solved
I'm developing a little side-project to display multiple wallpapers on multiple screens under GNOME (something that apparently can't be done by GNOME itself or anything else). I've figured out how ...
Paraselene asked 7/5, 2009 at 17:48
9
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 lin...
Laurettalaurette asked 9/12, 2008 at 22:30
1
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[] allScreens=System.Windows.Forms.S...
Phillida asked 19/5, 2010 at 13:28
6
Solved
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 dri...
Miry asked 27/3, 2010 at 5:8
3
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 t...
Stereoisomerism asked 18/5, 2009 at 16:0
1
Solved
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()...
Leora asked 11/1, 2010 at 8:24
2
Solved
I've been trying to get my WPF application to span multiple monitors for some time now and nearly have it working.
The problem seems to arise when I set the following line:
win1.WindowState = Win...
Ball asked 23/12, 2009 at 15:15
© 2022 - 2024 — McMap. All rights reserved.