Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My app is running a videos and it is working fine on extended monitors. I am providing admin section from where user can manually add the distance between the monitors. (this is the separation area between the monitors where the currently playing video should not be visible) Is there any way to change screen bound?


Original the entire video is visible on extended monitors,i.e. half of the video on first screen and half on the second screen.All I want is that some portion from the middle of the video should not be visible on any of the screens.

I have tried to find the solution to it, using User32.dll, but I was just able to change the resolution of individual screen but that was of no help.

All i'm trying to do is that if my first screen starts from 0 and ends at 1600 in x coordinate, and the second screen that is the extended monitor starts at 1600. Instead of this i'm trying to make it start from a user defined point(i.e., say from 1800) this will have certain part of video that is not displayed at any of the screens.
I might be completely wrong in the way I'm thinking over it. Can some one please tell me how this could be achieved.
Posted
Updated 14-Dec-12 22:36pm
v2

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