dual-screen

dual screen programming issue

Hello everyone, I am using VSTS 2008 + C#. Is there any way to get the informaiton like, whether we are currently in dual monitor mode, how much is the current resolution of each desktop? BTW: there are two modes of dual screen, duplicate screen or extended screen. I need a solution as well to distinguish between the different modes. ...

run application on a dual screen environment

Hello everyone, Any ideas to check whether current application is run on primary screen or not in a dual screen environment? I am using VSTS 2008 + C# + .Net 3.5. I want to add code in my application to detect whether current application is run on primary screen or not. thanks in advance, George ...

Form management in a multi-display application.

I'm trying to figure out the best way to manage multiple forms in a C# application that uses dual-monitors. The application starts to a "launchpad," which just gives the operator some quick information and a "GO" button. Pressing that button hides the launchpad and displays a form on each monitor in full-screen. I've tried to capture ...

Anyone know how to open new page in another window using OAF other then LOV

Anyone know how to open new page in another window using OAF - Oracle application framework other then LOV. I tried with JavaScript but due to security reasons i can not use it. just wondering if there is a way in OAF to achieve this. Thanks Imran ...

Eclipse on two monitors - Window size is reset after restart.

Hello everybody, I am using Eclipse Helios on Debian Lenny with KDE (but I also had the following problem with Galileo). I resize the windows so that they fit on my two screens and normally close Eclipse. After the restart, the old window position is not restored and the window which should overspan the two screens is fit to one screen....

How do I set up IntelliJ on dual monitors?

I have just installed IntelliJ 9.0.2 on a machine running 64-bit Ubuntu 10.04. How do I get another window to put on my second screen? I would like to have both an editor and some tool windows on both screens. ...

c# Launch an application and send it to second monitor?

Hello, is there any way to start/lunch a program through Process in another screen? some one asked that here but there was no answer note: it is not a form in my app, I'm asking about running an external program in another screen! cheers ...