Tagged Questions

3
votes
3answers
1k views

How to set multiple desktop backgrounds (dual monitor)

I have a code snippet to set a single image across both monitors but I recently got a second monitor for my laptop and I wanted to modify my code to account for setting a diffrent image to each ...
1
vote
2answers
115 views

Extend an application to dual monitors

I have an application which runs on a single monitor. It has grids in that. Say for example if the application can hold 3 girds and there are 4 items to be placed, the 4th item should go to the second ...