I am making a screenshot program that uses APIs. So far, i've used BitBlt to get a picture of the desktop, and of any form in the project, but no others. I want to know how to get the hDC of another window, (or the hwnd of another window) outside the project, so that I can take a picture of it. Thank you in advance.