Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi all
i have some info that store in DB that should be displays some info about path destination and buses on secondary monitors in passenger terminal waiting rooms
now how can i doing this in c# wpf application?
does it need to design any form and than reflect to monitors or it could be done programmatically? or another way...
i am beginner in this scenario
Posted
Comments
Redgum 25-Nov-14 16:37pm    
WPF dispensed with the nice little Screen.AllScreens helper found in Windows.Forms and unless you like the resulting namespace collisions, I might suggest looking into rolling your own screen class. To get you started: http://wpftutorial.net/ScreenResolutions.html and then take a look at: http://stackoverflow.com/questions/1927540/how-to-get-the-size-of-the-current-screen-in-wpf Between these, should get you enough information to know a viable direction to take.

1 solution

google and our friends at
stackoverflow have an answer.

google "windows multiple monitor support" for more information.

Basicly, you have to override the default window creation location to move it to the second monitor.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900