Screen Control

Z

zoneal

OS: Win XP

Language: VB.net or C#

I have a program where I need to launch 2 separate instances of an App
called "Main.exe". Each instance will need to be piped to there own
video display. Both displays need to be running at a screen resolution
of 640x480.

I am able to force to screen resolution of the display that the app is
launched in(currently only the primary screen), by setting the XP
compatibility mode to launch in 640x480. I still haven't been able
to direct which screen the app starts in. Any help would be asewome!
 
P

Pete Wright

Just specify the main form's position in coordinates. if you have two
screens side by side and both screens are 640x580 in resolution, then the
coordinates of one screen are 0-639, 0-479. The second screen begins at 640,
0.

So, if you position your window at 0,0 it appears on one screen. If you
position it at 640,0 it appears on the other.

Hope that helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top