Hi all,
I've created an application that display a topmost window on each monitor, to cover all available place.
Then, I would like to allow to draw a rectangle on the windows. So, I create a rectangle that I add to the window when mouse move and mouse click ... This is working except when I'm drawing a rectangle that starts on a window and finish on another one. Of course, because it's not the same window ...
How can I do to allow drawing on both window at the same time ?
Thanks for your help,