multiscreen

Send application to a specific screen using C#

Hello, how could I send an application (think WM_ messages?) which is not my application (think: any 3rd party app) to a different screen on a multiscreen system? Is there a specific windows message code I can send to the window or process handle to do this? ...

Multi screen/Monitor Management

Does the index in array Screen.AllScreens map to the Screen number as shown by the operating system? ...

Design & development considerations for devices with multiple screens (like MSFT Courier)

Since more details about the planned Micorsoft Courier device came out last week, I've been thinking about development for such a device. Specifically I've been thinking about the implications of working with multiple screens. Admittedly most of the details of this device are still unknown but what is clear is that it will have 2 scree...

MultiScreen IE : Manage SHDocVw.InternetExplorerClass

Hi, Manage a webForm to be in one multiScreen env is not very complex and can be made with FormStartPosition manual and Bounds. Starting one InternetExplorer class in one env multiscreen is a lot of problems. Exist some way to manage open IE instances in one defined screen from principal using your setting identification not the ID but t...

How to save the VS window layout for single/extended-multiple screen?

I often work at the office using dual screen and at home using single screen. The window layout of Visual Studio 2010 is messing with me :(. I want to save/restore the layout so that I can quickly "switch" to the layout I want. How can I do that? Is it possible? Any helps of yours are much appreciated! ...