Urgent :Windows and multi monitor query
-
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
-
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
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 )