Re: two display devices?

Tech-Archive recommends: Fix windows errors by optimizing your registry



I beleive what Richard meant was that the apps need to know the display
coordinates. So when you use the APIs, you will set the window coordinates
to the apprpriate display. So if you have two displays that are 100 display
units wide and high (not real world but the math is easy) one would be from
(0,0) to (99, 99) and the other would be from (100, 0) to ( 199, 99) and the
virtual display would be from (0,0) to (100,99)

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

<mailto635@xxxxxxxxx> wrote in message
news:1149826285.182999.99890@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi Richard,
Thanks for your inputs.

One solution, used more than once, is to present the two adaptors to GWES
as
a single device, with the second adaptor acting as an extended display
surface.
At the app level, you need to know the areas of the display surfaces
corresponding to adaptor 1 and 2.
Normally applications use GWES API such as CreateWindowEx, rather than
using the display surfaces directly. If so, how can this be done?

I think two display devices can be exposed through two different
display drivers.
Then the applications should be able to use EnumDisplayDevices and
then CreateDC for a particular device.
After that, is there any possibility for the application to create a
window on a particular device? For ex: App1 wants to create its window
on the display1 and app2 wants to create its window on the display2.

regards



.



Relevant Pages

  • Re: SVGA, LCD, Win CE 6.0 and PB
    ... site addressing display drver issues, not to mention the source code. ... travel down thru Win CE from boot.ini to the place genrating final LCD ... I can have a desktop larger than physical screen window. ...
    (microsoft.public.windowsce.platbuilder)
  • Question about Full screen exclusive mode
    ... I use ScreenManager class that has been presented in David Brackeen's book. ... The graphics card enters the selected mode but the window content is painted only to the level of windows display mode.For example. ... After returning to the Windows, the settings dialog window is repainted with the content of the frame that is under settings dialog. ...
    (comp.lang.java.programmer)
  • Re: display array in a frame wnd
    ... I have to display results. ... The window can be used in all the program thanks to the name "source image". ... CFrameWnd* pw; ... Why is this not in an OnPaint handler? ...
    (microsoft.public.vc.mfc)
  • Re: display array in a frame wnd
    ... you have to create an app that is suitable for displaying an image. ... There would never be a need to create a frame window; it is not at all clear why such code ... I have to display results. ... Why is this not in an OnPaint handler? ...
    (microsoft.public.vc.mfc)
  • Re: Need a non-interactive service to open dialog on input desktop
    ... make remote COM calls to a remote COM object? ... account) on machine B. On NT, either of these services was able to ... interact with the user by opening the user's window station and desktop. ... When the service is started, it does not display the dialog ...
    (microsoft.public.win32.programmer.ole)