Re: Any way to have an MFC app handle multiple physical displays?
I don't quite understand what you mean.
But here are routines for multimonitor support.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/monitor_8woj.asp
AliR.
<maruk2@hotmail.com> wrote in message
news:1172519925.925281.170740@q2g2000cwa.googlegroups.com...
I use VC++ in VisualStudio2005 on Vista.
I run multiple client apps on the same PC to display
different data to physically separate flat panels on a PC
configured with multiple displays.
Is there any way to have a single app on Vista and make
it handle multiple displays at the same time. Currently,
I use the standard bitmap routines, specifically through the
device-context MFC routines in VC++ like BitBlt().
A user runs a client app, selects manually the display
it supposed to display and the app does the rest.
Is there a way to have a single instance of one app be aware of
all the physical displays on the PC and output to them selectively?
Preferably using only standard utilties available through VisualStudio.