473,398 Members | 2,427 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Multiple Monitor Software

Does anybody know if it is possible to write software that works across
multiple monitors? and if so, is it possible to program one so it is private
to the user / administrator and the other public. i.e they both show
different things. Or even better- the private one shows both screens and the
public one shows just what is meant to be seen.

If anybody could point me in the right direction of where to find out this
info I would be very grateful
--
Liz :-)
Nov 16 '05 #1
3 4716
Can you clarify your use of the term "multiple monitors". Do you mean two
physical PCs?

"Lizim" <Li***@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
Does anybody know if it is possible to write software that works across
multiple monitors? and if so, is it possible to program one so it is
private
to the user / administrator and the other public. i.e they both show
different things. Or even better- the private one shows both screens and
the
public one shows just what is meant to be seen.

If anybody could point me in the right direction of where to find out this
info I would be very grateful
--
Liz :-)

Nov 16 '05 #2
Lizim wrote:
Does anybody know if it is possible to write software that works
across multiple monitors? and if so, is it possible to program one so
it is private to the user / administrator and the other public. i.e
they both show different things. Or even better- the private one
shows both screens and the public one shows just what is meant to be
seen.

If anybody could point me in the right direction of where to find out
this info I would be very grateful


This is the best mm site I know of. You may want to ask in the forums.
http://www.realtimesoft.com/multimon/

-- Mark
Nov 16 '05 #3
Liz,
In addition to the other comments.

..NET supports multiple monitors, if your hardware & OS support multiple
monitors, this support is exposed via the System.Windows.Forms.Screen
object.

You can set the Bounds property of the Form to within the Bounds of one of
your
Screens (monitors), or even across multiple screens.

You can use System.Windows.Forms.Screen.AllScreens to get an array of Screen
objects for each Monitor that you have attached.

For example, I use the following the Load event of one of my forms.

Protected Overrides Sub OnLoad(ByVal e As System.EventArgs)
Dim s As Screen
For Each s In Screen.AllScreens
If Not s.Primary Then Exit For
Next
Me.Bounds = s.Bounds
Me.WindowState = FormWindowState.Maximized
End Sub

Which causes the form to be full screen on the first non-primary (the
second) monitor attached...

I would use the normal .NET Role-Based security to decide when or if to show
a form or not.

Hope this helps
Jay

"Lizim" <Li***@discussions.microsoft.com> wrote in message
news:98**********************************@microsof t.com...
Does anybody know if it is possible to write software that works across
multiple monitors? and if so, is it possible to program one so it is
private
to the user / administrator and the other public. i.e they both show
different things. Or even better- the private one shows both screens and
the
public one shows just what is meant to be seen.

If anybody could point me in the right direction of where to find out this
info I would be very grateful
--
Liz :-)

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
11
by: Mike | last post by:
Looking to find any information on how to properly configure multiple instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking for information on how the multiple instance settings...
5
by: Ken Varn | last post by:
If I have a value type such as int that I want to protect in a multi-threaded situation, Is it safe to use Monitor::Enter(__box(value))? I am thinking that a different object pointer is generated...
9
by: Bob Day | last post by:
VS 2003, vb.net , sql msde... I have an application with multiple threads running. Its a telephony application where each thread represents a telephone line. For code that would be the same...
1
by: Roger | last post by:
I currently have an application that can monitor the Inbox of one mailbox running on a client using Outlook 2003. This is a standalone application that needs Outlook to be running in order to see...
5
by: Rotzooi | last post by:
Hi, In the past I created a VB6 application that was capable of accepting multiple client connections for status logging over the internet using simple non-Windows clients (GSM/GPRS). There is...
3
by: Bill Nguyen | last post by:
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...
1
by: D2 | last post by:
Hi All, I'm just wondering whether a FileSystemWatcher object can be used to monitor multiple directores or we have to create one FileSystemWatcher object for each folder we need to monitor? ...
3
by: Jeff Johnson | last post by:
I'm testing some 3rd-party software and I noticed that the application doesn't remember which monitor it was last running on and always opens on my primary monitor. This got me thinking that if I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.