Multiple Monitors

  • Thread starter Thread starter Paul Cheetham
  • Start date Start date
P

Paul Cheetham

Hi,

I am writing an application in VB.Net, and I need to incorporate
multiple monitor support, in order to show supplementary information on
a second screen.

Can anyone tell me how I can find the number of displays connected to
the PC, and how I go about referencing them for positioning forms etc?


Thankyou


Paul Cheetham
 
Hi Paul,

Take a look at the System.Windows.Forms.Screen class and methods.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top