I create a picture box and on the first request to my server retrieve the full desktop and display it. On every subsequent request, I'm only getting the diff'ed image which is transparent everywhere except where there are changes.
How can I "overlay" these two images together? Or otherwise combine them in my picture box?
Thank you!