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? so that i can achieve below requirement.(here the middle part of the car is not visible on any of the monitors.)
Image may be NSFW.
Clik here to view.
Original the video on extended monitor looks like this (that is without any gap as the complete video is visible.)
Image may be NSFW.
Clik here to view.
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 at 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.