multiple-monitors Questions

2

I'm building a chrome extension and it includes a simple popup page that appears when you click on the extension's icon. This popup page consists of some simple HTML, CSS and jQuery code. Nothing f...
Waggon asked 7/6, 2019 at 18:51

2

I'm working with a system that has 4 outputs (monitors) with e.g. 1280x1024 pixels for each output. I need a screenshot of the whole desktop and all open applications on it. I tried GetDesktopWind...

4

Solved

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 ...
Ossein asked 8/6, 2011 at 12:59

10

Solved

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 ...
Necrology asked 4/4, 2009 at 9:18

4

Solved

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; use...
Evenfall asked 25/6, 2010 at 14:22

4

I have dual monitors and a VM in virtual box with two displays, which gives me two separate windows. Is it possible to make only one of these VirtualBox windows full screen?
Mccue asked 4/3, 2015 at 10:2

8

Solved

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...
Clarinda asked 10/8, 2009 at 17:25

2

I thought this one would be easy, but it turns out it's not. Take the following situation: a primary desktop on the bottom, and a secondary desktop above that primary desktop. The objective is ...

9

Solved

I'm trying to set a Windows Form on secondary monitor, as follows: private void button1_Click(object sender, EventArgs e) { MatrixView n = new MatrixView(); Screen[] screens = Screen.AllScreens;...
Cotto asked 1/9, 2009 at 16:19

6

Solved

We are developing a web application that needs to open in two different browser instances each on a different Screen. Obviously the pc we are using has dual display already, and both monitors have ...
Fresco asked 27/3, 2015 at 5:41

7

Solved

Learning debugging in PhpStorm and keep accidentally hitting Ctrl + Alt + F8. I use 3 displays this disconnects the two remotes and goes back to just the laptop. I cannot see this documented anywh...

3

Assuming I'm using intel's driver. Gnome-shell allows to rotate screens in Settings -> Display when using Xorg. Is it possible to rotate when using Wayland?
Canicular asked 10/10, 2015 at 12:43

6

Solved

Is there any way to start/lunch a program through Process in another screen? Someone asked that here but there was no answer. Note: it is not a form in my app, I'm asking about running an externa...
Sweatband asked 20/9, 2010 at 9:28

2

With tkinter canvas, to calculate the size of the graphics I display, I normally use the function winfo_screenwidth(), and size my objects accordingly. But when used on a system with two monitors, ...
Phyletic asked 18/5, 2015 at 21:10

1

I am currently looking to create a script which will automatically change the 'Multiple Displays' settings in the display settings tab. I would like the script to change the currently selected mode...
Theatrical asked 27/7, 2019 at 17:53

3

When you press Identify button in Screen Resolution dialog then Windows shows you big white monitor numbers on each monitor. It was easy to find them programmatically together with monitor coordina...

12

Solved

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 does...
Bookplate asked 7/1, 2011 at 16:13

1

For one of my application (write in WPF), I need to get some informations about monitors : Current resolution, scaling factor and real resolution. I know this question has been asked many times bu...
Auditory asked 3/4, 2017 at 14:45

2

Solved

I move around from a company site to another a lot. At any given day, I might have just my laptop or as many as four monitors. With multiple monitors, I don't know which monitor I will choose to us...

2

Basically, I'm making something that imitates a screen melting effect, but I can only get it working on my primary monitor. I've looked up as much as I could and there was only one forum on GetDC f...
Disembogue asked 16/11, 2018 at 0:17

1

I have one 4K monitor (3840 x 2160) and two QHD monitors (2560 x 1440) and I want to have them side by side. This is currently not possible though, since the horizontal virtual resolution required ...

1

Background I'm attempting to craft a simple video playback script for a small cinema that automates the playing of videos and control of the projector, sound and lighting systems. I have two video...
Phytopathology asked 13/2, 2014 at 0:41

2

Solved

When support for runtime DPI switching was added to the forms class, no consideration was given to basic UI elements like menus. Menu drawing is fundamentally broken because it relies on Screen.Me...
Aid asked 8/10, 2015 at 15:31

8

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 pop...
Cinque asked 11/9, 2008 at 21:6

3

Solved

In the context of a Qt application, I'm using the following code snippet for taking a screenshot of the full desktop: QDesktopWidget* dw = QApplication::desktop(); QPixmap pixmap = QPixmap::grabWin...
Johanajohanan asked 21/4, 2016 at 15:55

© 2022 - 2024 — McMap. All rights reserved.