Hi,
I m developing applcaiton in VS2008 VC++.net
I want to move the application to secondary monitor.Not by clicking and dragging using mouse.
Is there any function like MoveToMonitor by pressing the button or any shortcut keys.
Then it should move to secondary monitor.
...
hi. I have an application in which there is a form which i wants to show on second screen.
Mean If application is running on screen A and when i click on menu to show Form it should display on Screen B
and same with if application is running on screen B and when i click on menu to show Form it should display on Screen A.
please tell m...
I have discovered a strange bug with my WPF application and I am trying to determine whether it is a problem with WPF or my graphics driver so that I can report it to the appropriate company. I have a Quadro FX 1700 with the latest drivers (197.54) on a Windows XP system, running a .NET 3.5 SP1 application.
I have dual monitors, my prim...
I have Dual Monitors and want displaying a windows form in the center of the screen. (I have a variable MonitorId=0 or 1).
I have:
System.Windows.Forms.Screen[] allScreens=System.Windows.Forms.Screen.AllScreens;
System.Windows.Forms.Screen myScreen = allScreens[0];
int screenId = RegistryManager.ScreenId;
// DualScreen management
if ...
According to the MSDN documentation for the WindowStartupLocation Property:
Setting CenterScreen causes a window to be positioned in the center of the screen that contains the mouse cursor.
Although the MSDN doc for the CenterScreen Field itself defines it somewhat less clearly as:
The startup location of a window is the center...
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.
...
Hi!
Iam looking for some hint or solution regarding following problem.
I have a .NET 2.0 WinForm dialog which operates in Dual Screen environment. The Working area is set by .NET Framework to reflect the Primary screen. I want to MAXIMIZE Form to BOTH screens but after clicking the "maximize button", dialog is maximized only to "active"...
Hi,
I need somehow to trick Windows OS to use dual-monitor function, for expanding the desktop, when i use only one monitor. Registers, api calls, drivers installation... there should be something, that triggers d-m.
Why I need this? I want to hide window out of visible desktop coordinates and still be able to get that window image.
P...
Hi All
I have an issue with one of my c# applications, it has a single form which is stretched over two monitors and works fine, however if I lock the screen and come back to it, the application reverts to a single screen view.
I was wondering if anyone had come across something like this before or knew why this was happening?
thanks
...
Hi, if I'm using Process.Start to open a file from a C# WinForms app, is there any way to control which monitor the pdf (or whatever) opens in?
...
Possible Duplicate:
Start program on a second monitor?
I have two monitor a monitor connected to my laptop. How can I choose the monitor where my application will show?
Also how can I detect how many monitor do I have connected so that I can select one ?
Thanks
...
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
...
Hi guys,
I'm facing a problem when displaying a splash screen in a system with two monitors. When I start the application in the primary display, and then the mouse pointer is moved to the second monitor before the splash screen is shown, my splash screen "follows" the mouse pointer. That means, the splash screen is shown in the 2nd d...
How to have a function in C# to run the window identification, which will show the numbers 1, 2, ... on the screen same way as we do it by right click on the screen (properties) then we go to Screen Resolution and show the numbers by clicking on Identify.
Can we do that in C#?
...
Does Sql Server management studio have no nice support for multi-monitor setups?
The only way I can see to use it multi-monitor is to stretch the main window across both monitors, but this isn't really practical, as my two main monitors are different sizes and resolutions (external monitor on a laptop).
I was hoping for something at ...
Hi, i am writing a screen capture application in Qt4 with c++. I have a problem when tuning on dual screens. I am unable to get an image with the second screen. I tried a c# application and that will grab all the desktops in one image and i could extract from there each screen desktop image.
Here is the c# code
using System;
using S...