Tagged Questions

1
vote
1answer
43 views

Event for when the number of displays changes in .NET?

I have a program that needs to update some internal data structures when the number of attached displays changes, like when you put your laptop into the docking station and your du …
1
vote
1answer
21 views

ToolTip on second monitor is displayed at the edge of the monitor.

Hi, I have got a component. The ToolTip of the component is set by the setToolTipText() method. On the first monitor everything works fine. Now when I move the frame to the second …
0
votes
0answers
16 views

Determining adaptor identifier with Managed DirectX

Creating a new Managed DirectX device on a single monitor setup is easy, I call the device constructor with adapter identifier 0 ( or Manager.Adapters.Default.Adapter). On a multi …
34
votes
46answers
4k views

What’s your ideal multiple-monitor setup for programming?

Jeff Atwood is often expounding the benefits of triple monitor setups for developers, and I have to say I agree with him. However, we are about to take on a good number of new dev …
3
votes
5answers
88 views

Supporting multi-monitors

I want to provide multi-monitor support in my application. In the past I have had the simplistic view that multi-monitor support is simply the lack of open multi-monitor related b …
1
vote
6answers
230 views

Is the recent trend toward widescreen (16:9) computer monitors a plus or minus for programmers?

It's almost gotten to the point where you can't buy a conventional (4:3) monitor anymore. Pretty much everything is widescreen. This is fine for watching movies or TV, but is it go …
1
vote
2answers
15 views

wpf app appears to be blocking extended screen functionality on hp laptop

Hi, I ran into a strange issue where "fn_key -- F4" combination on my hp laptop to extend the screen would stop working once I have a wpf application running. This happens even wh …
16
votes
34answers
4k views

One large monitor or dual-monitor setup?

Let's say I have a certain budget to buy the displays for my development setup. With that budget I can either buy one larger monitor with a higher resolution or two smaller monitor …
0
votes
2answers
212 views

Windows batch file to change monitor settings

Hello everyone, I have a desktop computer that is hooked up to 3 different monitors of which only two can be active at any one time. One is a primary monitor and is always active …
0
votes
1answer
28 views

Cursor becomes diagonal resize when form is above and left of the primary monitor

We have an application that runs on XP64 and Vista64 multiple monitor workstations, and have a strange problem when a single form in the application is moved to certain monitors. …
0
votes
1answer
92 views

Is there a way to invoke the “Identify Monitors” function from C#?

I'm working on a little WPF app that will run fullscreen and I'd like to give the user the ability to choose which monitor it will display on. To make it easier to identify each mo …
0
votes
1answer
84 views

Change monitor/screen position

Is there a way I can programatically move my screens in relation to each other? I want to put the 2nd display to the left instead of right. I know this can be done by right-clickin …
5
votes
3answers
461 views

Setting the start position for OpenFileDialog/SaveFileDialog

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 = …
2
votes
4answers
209 views

How do I determine which monitor a Swing mouse event occurs in?

I have a Java MouseListener on a component to detect mouse presses. How can I tell which monitor the mouse press occurred in? @Override public void mousePressed(MouseEvent e) { …
12
votes
9answers
2k views

What determines the monitor my app runs on?

I am using Windows, and I have two monitors. Some applications will always start on my primary monitor, no matter where they were when I closed them. Others will always start on …

1 2 3 4 5 next
15 30 50 per page