Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Graphics
  4. Urgent :Windows and multi monitor query

Urgent :Windows and multi monitor query

Scheduled Pinned Locked Moved Graphics
csharpdatabasedotnethardwarehelp
2 Posts 2 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bil_geo
    wrote on last edited by
    #1

    Hello, I have to create an application for a system which is haing 2 touch panles as display medium. The application gets controlled from 2 touch panles by 2 users. My application have many frmaes for different purpose. So 2 topuchpanels can have different frames or same frame at a time. I am developing this application using .Net framework in windowsXP embedded. Please suggest me how to achieve it? While developing the application what all things I have to take care?How to display the frames in different touch panels from single application? Plz help me.. Thanks in Advance Bil

    C 1 Reply Last reply
    0
    • B bil_geo

      Hello, I have to create an application for a system which is haing 2 touch panles as display medium. The application gets controlled from 2 touch panles by 2 users. My application have many frmaes for different purpose. So 2 topuchpanels can have different frames or same frame at a time. I am developing this application using .Net framework in windowsXP embedded. Please suggest me how to achieve it? While developing the application what all things I have to take care?How to display the frames in different touch panels from single application? Plz help me.. Thanks in Advance Bil

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      There's a class, I think it's called Screen, it has a property called AllScreens. This gives you the co-ordinates of all the different monitors on the system. As far as windows is concerned, those monitors all are part of one big canvas, you get the co-ordinates, and you draw to them, and each window has different ones. So, one may be 0, 0 to 800, 600 and the other may be 800, 0 to 1600, 600. Multi monitor stuff is pretty easy, it's not really any different from having one monitor, except for having to iterate over them to position your screens initially.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups