Tagged Questions

11
votes
10answers
7k views

Visual Studio and dual/multiple monitors: how do I get optimized use out of my monitors?

Ultramon is a great program for dual monitors (stretching screen across monitors), but I was wondering if there is any way do to something in Visual Studio like have one tab of code open on one ...
3
votes
3answers
1k views

How to set multiple desktop backgrounds (dual monitor)

I have a code snippet to set a single image across both monitors but I recently got a second monitor for my laptop and I wanted to modify my code to account for setting a diffrent image to each ...
1
vote
1answer
87 views

Display webpage on a dual monitor

I have a webpage which contains 2 divs (divA and divB). Also I have 2 monitors (screens). I want to display divA into first monitor and divB into second monitor. Both divA and divB should be in a ...
1
vote
0answers
347 views

Dual monitor and browser pop up windows

I have a question about dual monitor in regards of IE browser pop up windows. The application I have developed launches a pop up window as input form at some point. It is working OK in single monitor ...
0
votes
1answer
322 views

control monitor for application via C++

I have an application that opens up IE browser windows at certain intervals throughout the day. I would like to control the monitor that the browser window opens up to (for example browser1 opens on ...
-1
votes
1answer
33 views

Diffrent Focus on Dual Monitors

I have installed dual monitor on my system. I am running a process which continuously takes focus of browser. This way, i am unable to work on some other application as other application looses focus ...