I use two displays with different resolutions on my development machine. The display with a smaller resolution is configured as primary dis开发者_Go百科play. If I maximize my WPF application on the se
I am developing an AWT application. It runs smoothly on single monitor. However, when used with a multiple monitor set up:
I\'d like to build an app that has 2 windows. The first one should always be in the first monitor, and can\'t be maximized.
My current set up for my computer is with a 17 inch monitor on my desk and my HDTV a few feet away.Every once in a while (generally when playing games) things work better when I switch my primary di开
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 loses focus a
I need to find the GraphicsDevice (e.g. the physical monitor) where an external process has opened its window.To grab screen开发者_运维技巧 shots to catch changes WRT older versions. We\'re talking ap
I was wondering if there\'s a way开发者_高级运维 to force the window created using glutCreateWindow (along with the associated command prompt for my application ) to open on a specific monitor in my d
I am using SDL 1.2.14, and I\'ve found a case where I need to be able to select which monitor gets the fullscreen window. With Xorg, I found Xinerama could do the job using the SDL_VIDEO_FULLSCREEN_HE
In Powerpoint 2007/2010 run on a multiple monitor system, we can select the monitor on which the slideshow will be shown by going to \"Slide Show\"-> \"Set up slideShow\" -> \"Display SlideShow on\" a
I am trying to build an Adobe AIR app that runs on two monitors with an extended desktop. Is that possible?