I've written an application in csharp that uses the whole screen in the user's computer.
I want to check if the user has multiple displays and be capable to change the application from one display to another.
How can I check the current number of displays and change my window from one display to another programatically?