I work on a four monitor system with two dual output Nvidia graphics cards. Assorted software occasionally pops up dialog boxes with questions or messages. I would like it if the dialog boxes always appeared on the same monitor as the software's main window - but it doesn't. Is there any way I can tell the system which monitor it should place dialog boxes in?
|
feedback
|
|
It has been my experience that it varies depending on the application. Some are making system calls so that the dialog boxes will always pop up on the "main" or "primary" monitor. Others will open where ever they were last dismissed from. Still others will follow the app and open on its monitor. The inconsistency is beyond frustrating and having used multi-monitor XP systems for the better part of a decade now, I can say I haven't come across a way to unify them. Inconsistencies like that were one of the many reasons I switched to Macs. | |||||||||
feedback
|
|
Just to supplement @peelman's answer: To support multiple monitor in a program - you need to call See http://msdn.microsoft.com/en-us/library/dd162610%28VS.85%29.aspx for details | |||
|
feedback
|
|
I had this same problem at work on a windows XP system. The workaround that I found was using a scripting language called AutoIt. There is a library for working with multiple monitors. You can use the libray to specify a monitor and center a window on it automatically based on certain criteria (ie window title or process name). You can also use built in functions to specify exact coordinates if you desire. The basics of it are that you need to have a looping script in the background that watches for specific windows and moves them when they appear. If you want more details, I can provide a general skeleton with some examples of options. | |||
feedback
|