Split monitor screen into multiple windows

  • Thread starter Thread starter Bill Nguyen
  • Start date Start date
B

Bill Nguyen

I'm working on a project that requires outputs to be sent to multiple
windows on a single monitor.
I have no idea whether .NET can provide this capability. Also, is there any
utility/control out there that can do this?

My project involves getting gps coordinates from an SQLserver table, update
the breadcrumb (a series of pushpins) with latest gps data and send the map
of each truck to one of the wondows on a split screen monitor.

Any help is greatly appreciated.

Bill
 
GS;

Here's what I'm looking for:

I need to display 4 maps on the screen of a single monitor. I can use IE
browser or even Mappoint app. Ideally, each map (in its own window/panel)
should occupy a quadrant of the screen, so 4 maps would fill the whole
screen.

If I plan to use IE, can I size and position each IE instance
programmatically?

Also, if there a utility out there that allow outputs to multiple split
panel?

Hope this calify things a bit.

Thanks
Bill
 
Back
Top